From 11c04f26549628144a8e3a0aceb93954432884af Mon Sep 17 00:00:00 2001 From: Yang Date: Fri, 2 Oct 2020 14:03:38 +1000 Subject: [PATCH] Prepare for release 0.5.0. --- CHANGELOG.md | 6 ++++++ gradle.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0312258e..dd41223d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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**. diff --git a/gradle.properties b/gradle.properties index f7902439..a34de4fe 100644 --- a/gradle.properties +++ b/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