Skip to content

Commit 86b7170

Browse files
committed
Taskbar 6.2.2 (release 1)
* Bump version code for 6.2.2 release
1 parent 95e1a16 commit 86b7170

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="206"
23-
android:versionName="6.2.1"
22+
<manifest android:versionCode="207"
23+
android:versionName="6.2.2"
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 = 206
5-
VERSION_NAME = "6.2.1"
4+
VERSION_CODE = 207
5+
VERSION_NAME = "6.2.2"
66

77
MIN_SDK_VERSION = 21
88
COMPILE_SDK_VERSION = 34

0 commit comments

Comments
 (0)