We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa220a commit 417c722Copy full SHA for 417c722
README.md
@@ -23,7 +23,7 @@ Conan Android Gradle Plugin is distributed through Gradle Plugin Portal ( `plugi
23
To use this plugin, include it in the top level `build.gradle`:
24
```groovy
25
plugins {
26
- id 'app.opendocument.conanandroidgradleplugin' version "0.9.2" apply false
+ id 'app.opendocument.conanandroidgradleplugin' version "0.9.6" apply false
27
}
28
```
29
build.gradle.kts
@@ -32,7 +32,7 @@ kotlin {
32
33
34
group = "app.opendocument"
35
-version = "0.9.5"
+version = "0.9.6"
36
37
gradlePlugin {
38
website = "https://github.com/opendocument-app/ConanAndroidGradlePlugin"
0 commit comments