Skip to content

Commit de6eac2

Browse files
committed
Taskbar 6.2.1 (release 1)
* Bump version code for 6.2.1 release
1 parent f0a7892 commit de6eac2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/src/androidx86/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
* HomeActivity is enabled by default
2020
* Certain activities and receivers are not exposed
2121
-->
22-
<manifest android:versionCode="204"
23-
android:versionName="6.2"
22+
<manifest android:versionCode="205"
23+
android:versionName="6.2.1"
2424
xmlns:android="http://schemas.android.com/apk/res/android"
2525
xmlns:tools="http://schemas.android.com/tools"
2626
package="com.farmerbb.taskbar">

dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
allprojects {
22
ext {
33
// TODO keep version name and version code in sync with Android-x86 manifest
4-
VERSION_CODE = 204
5-
VERSION_NAME = "6.2"
4+
VERSION_CODE = 205
5+
VERSION_NAME = "6.2.1"
66

77
MIN_SDK_VERSION = 21
88
COMPILE_SDK_VERSION = 34

0 commit comments

Comments
 (0)