OSDN Git Service

Taskbar 5.0 (release 1)
authorBraden Farmer <farmerbb@gmail.com>
Sat, 2 Nov 2019 05:17:36 +0000 (23:17 -0600)
committerBraden Farmer <farmerbb@gmail.com>
Sat, 2 Nov 2019 05:17:36 +0000 (23:17 -0600)
* Bump version code for 5.0 release

app/src/androidx86/AndroidManifest.xml
build.gradle
lib/build.gradle

index b572b65..43c0181 100644 (file)
@@ -19,8 +19,8 @@
      * HomeActivity is enabled by default
      * Certain activities and receivers are not exposed
 -->
-<manifest android:versionCode="195"
-          android:versionName="4.0.3"
+<manifest android:versionCode="196"
+          android:versionName="5.0"
           xmlns:android="http://schemas.android.com/apk/res/android"
           package="com.farmerbb.taskbar" >
 
index 46684ec..2286513 100644 (file)
@@ -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
index f57d34a..07ce05b 100644 (file)
@@ -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'
 }