Skip to content

Commit

Permalink
Post release version increment to 0.9.3 (from 0.9.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 authored and github-actions[bot] committed Aug 15, 2024
1 parent 64c2646 commit 4f429c3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Conan Android Gradle Plugin is distributed through Gradle Plugin Portal ( `plugi
To use this plugin, include it in the top level `build.gradle`:
```groovy
plugins {
id 'app.opendocument.conanandroidgradleplugin' version "0.9.1" apply false
id 'app.opendocument.conanandroidgradleplugin' version "0.9.2" apply false
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ kotlin {
}

group = "app.opendocument"
version = "0.9.2"
version = "0.9.3"

gradlePlugin {
website = "https://github.com/opendocument-app/ConanAndroidGradlePlugin"
Expand Down
2 changes: 1 addition & 1 deletion tests/cmake_layout/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.library' version '8.5.1' apply false
id 'app.opendocument.conanandroidgradleplugin' version "0.9.2" apply false
id 'app.opendocument.conanandroidgradleplugin' version "0.9.3" apply false
}
2 changes: 1 addition & 1 deletion tests/conanfile_dot_py/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.library' version '8.5.1' apply false
id 'app.opendocument.conanandroidgradleplugin' version "0.9.2" apply false
id 'app.opendocument.conanandroidgradleplugin' version "0.9.3" apply false
}
2 changes: 1 addition & 1 deletion tests/no_default_profile_installed/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.library' version '8.5.1' apply false
id 'app.opendocument.conanandroidgradleplugin' version "0.9.2" apply false
id 'app.opendocument.conanandroidgradleplugin' version "0.9.3" apply false
}
2 changes: 1 addition & 1 deletion tests/sample_library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.library' version '8.5.1' apply false
id 'app.opendocument.conanandroidgradleplugin' version "0.9.2" apply false
id 'app.opendocument.conanandroidgradleplugin' version "0.9.3" apply false
}

0 comments on commit 4f429c3

Please sign in to comment.