From 6aa4eec1634cdc2c1d949f478a44c925ee5bcf21 Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Mon, 20 Jan 2020 12:31:13 +0100 Subject: [PATCH] * [release] v5.0.0-a02 --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd181ab45..60aa78e7a 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ You can try it out here [Google Play](https://play.google.com/store/apps/details # Include in your project ## Latest releases -- Kotlin && NEW | [v5.0.0-a01](https://github.com/mikepenz/FastAdapter/tree/v5.0.0-a01) +- Kotlin && NEW | [v5.0.0-a02](https://github.com/mikepenz/FastAdapter/tree/v5.0.0-a02) - Kotlin | [v4.1.2](https://github.com/mikepenz/FastAdapter/tree/v4.1.2) - Java && AndroidX | [v3.3.1](https://github.com/mikepenz/FastAdapter/tree/v3.3.1) - Java && AppCompat | [v3.2.9](https://github.com/mikepenz/FastAdapter/tree/v3.2.9) diff --git a/build.gradle b/build.gradle index eba212e1d..59d3f1df4 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ buildscript { ext { release = [ - versionName: "5.0.0-a01", + versionName: "5.0.0-a02", versionCode: 5000 ]