Skip to content

Commit 11c04f2

Browse files
committed
Prepare for release 0.5.0.
1 parent 8d89ebb commit 11c04f2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

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+
39
## 0.4.0
410

511
This is the final release of the plugin that's compatible with **Android Gradle Plugin 4.0 and 4.1**.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=io.github.reactivecircus.appversioning
2-
VERSION_NAME=0.5.0-SNAPSHOT
2+
VERSION_NAME=0.5.0
33

44
POM_ARTIFACT_ID=app-versioning-gradle-plugin
55
POM_NAME=Android App Versioning Gradle Plugin

0 commit comments

Comments
 (0)