Skip to content

Commit

Permalink
Prepare for release 0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Oct 2, 2020
1 parent 8d89ebb commit 11c04f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.5.0

The plugin now requires the latest version of Android Gradle Plugin (currently `4.2.0-alpha13`) until the next variant APIs become stable.

Please use version `0.4.0` if you want to use the plugin with AGP 4.0 or 4.1.

## 0.4.0

This is the final release of the plugin that's compatible with **Android Gradle Plugin 4.0 and 4.1**.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 11c04f2

Please sign in to comment.