From 7563edd6d0dfae54cebf3fac1e03c701ede81130 Mon Sep 17 00:00:00 2001 From: Braden Farmer Date: Fri, 1 Nov 2019 23:17:36 -0600 Subject: [PATCH] Taskbar 5.0 (release 1) * Bump version code for 5.0 release --- app/src/androidx86/AndroidManifest.xml | 4 ++-- build.gradle | 4 ++-- lib/build.gradle | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/src/androidx86/AndroidManifest.xml b/app/src/androidx86/AndroidManifest.xml index b572b655..43c01812 100644 --- a/app/src/androidx86/AndroidManifest.xml +++ b/app/src/androidx86/AndroidManifest.xml @@ -19,8 +19,8 @@ * HomeActivity is enabled by default * Certain activities and receivers are not exposed --> - diff --git a/build.gradle b/build.gradle index 46684ec4..22865130 100644 --- a/build.gradle +++ b/build.gradle @@ -17,8 +17,8 @@ plugins { ext { // TODO keep version name and version code in sync with Android-x86 manifest - VERSION_CODE = 195 - VERSION_NAME = "4.0.3" + VERSION_CODE = 196 + VERSION_NAME = "5.0" SUPPORT_LIBRARY_VERSION = "28.0.0" MIN_SDK_VERSION = 21 diff --git a/lib/build.gradle b/lib/build.gradle index f57d34a3..07ce05b5 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -10,7 +10,7 @@ publish { repoName = 'libtaskbar' groupId = 'com.farmerbb' artifactId = 'libtaskbar' - publishVersion = '1.0.0-alpha1' + publishVersion = '1.0.0' desc = 'libtaskbar allows you to quickly and easily add support for Android 10\'s Desktop Mode to any third-party launcher, powered by the Taskbar app.' website = 'https://github.com/farmerbb/Taskbar/blob/master/lib/README.md' } -- 2.11.0