Skip to content

Commit 4f429c3

Browse files
ViliusSutkus89github-actions[bot]
authored andcommitted
Post release version increment to 0.9.3 (from 0.9.2)
1 parent 64c2646 commit 4f429c3

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Conan Android Gradle Plugin is distributed through Gradle Plugin Portal ( `plugi
2323
To use this plugin, include it in the top level `build.gradle`:
2424
```groovy
2525
plugins {
26-
id 'app.opendocument.conanandroidgradleplugin' version "0.9.1" apply false
26+
id 'app.opendocument.conanandroidgradleplugin' version "0.9.2" apply false
2727
}
2828
```
2929

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ kotlin {
3232
}
3333

3434
group = "app.opendocument"
35-
version = "0.9.2"
35+
version = "0.9.3"
3636

3737
gradlePlugin {
3838
website = "https://github.com/opendocument-app/ConanAndroidGradlePlugin"

tests/cmake_layout/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
33
id 'com.android.library' version '8.5.1' apply false
4-
id 'app.opendocument.conanandroidgradleplugin' version "0.9.2" apply false
4+
id 'app.opendocument.conanandroidgradleplugin' version "0.9.3" apply false
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
33
id 'com.android.library' version '8.5.1' apply false
4-
id 'app.opendocument.conanandroidgradleplugin' version "0.9.2" apply false
4+
id 'app.opendocument.conanandroidgradleplugin' version "0.9.3" apply false
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
33
id 'com.android.library' version '8.5.1' apply false
4-
id 'app.opendocument.conanandroidgradleplugin' version "0.9.2" apply false
4+
id 'app.opendocument.conanandroidgradleplugin' version "0.9.3" apply false
55
}

tests/sample_library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
33
id 'com.android.library' version '8.5.1' apply false
4-
id 'app.opendocument.conanandroidgradleplugin' version "0.9.2" apply false
4+
id 'app.opendocument.conanandroidgradleplugin' version "0.9.3" apply false
55
}

0 commit comments

Comments
 (0)