We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d89ebb commit 11c04f2Copy full SHA for 11c04f2
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## 0.5.0
4
+
5
+The plugin now requires the latest version of Android Gradle Plugin (currently `4.2.0-alpha13`) until the next variant APIs become stable.
6
7
+Please use version `0.4.0` if you want to use the plugin with AGP 4.0 or 4.1.
8
9
## 0.4.0
10
11
This is the final release of the plugin that's compatible with **Android Gradle Plugin 4.0 and 4.1**.
gradle.properties
@@ -1,5 +1,5 @@
GROUP=io.github.reactivecircus.appversioning
-VERSION_NAME=0.5.0-SNAPSHOT
+VERSION_NAME=0.5.0
POM_ARTIFACT_ID=app-versioning-gradle-plugin
POM_NAME=Android App Versioning Gradle Plugin
0 commit comments