Skip to content

Commit

Permalink
Taskbar 6.1.1 (release 1)
Browse files Browse the repository at this point in the history
* Bump version code for 6.1.1 release
  • Loading branch information
farmerbb committed Nov 28, 2020
1 parent 9111e7f commit 4dc9ef2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/src/androidx86/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
* HomeActivity is enabled by default
* Certain activities and receivers are not exposed
-->
<manifest android:versionCode="202"
android:versionName="6.1"
<manifest android:versionCode="203"
android:versionName="6.1.1"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.farmerbb.taskbar">
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ plugins {

ext {
// TODO keep version name and version code in sync with Android-x86 manifest
VERSION_CODE = 202
VERSION_NAME = "6.1"
VERSION_CODE = 203
VERSION_NAME = "6.1.1"

MIN_SDK_VERSION = 21
COMPILE_SDK_VERSION = 30
Expand Down

0 comments on commit 4dc9ef2

Please sign in to comment.