From 78dd4deb865ca9c1c05c2a987f51007c80fe2578 Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Sun, 8 Mar 2020 15:18:25 +0100 Subject: [PATCH] - [release] v5.0.0-b01 --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ecb8214..a1825075 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ ## Latest releases 🛠 -- Kotlin Next Gen | [v5.0.0-a04](https://github.com/mikepenz/Android-Iconics/tree/v5.0.0-a04) +- Kotlin Next Gen | [v5.0.0-b01](https://github.com/mikepenz/Android-Iconics/tree/v5.0.0-b01) - Kotlin | [v4.0.2](https://github.com/mikepenz/Android-Iconics/tree/v4.0.2) - Java AndroidX | [v3.2.5](https://github.com/mikepenz/Android-Iconics/tree/v3.2.5) - Java Appcompat | [v3.0.4](https://github.com/mikepenz/Android-Iconics/tree/v3.0.4) diff --git a/build.gradle b/build.gradle index beaccf36..5f21caf0 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ buildscript { ext { release = [ - versionName: "5.0.0-a04", + versionName: "5.0.0-b01", versionCode: 50000 ]