Skip to content

Commit

Permalink
Taskbar 6.2.1 (release 1)
Browse files Browse the repository at this point in the history
* Bump version code for 6.2.1 release
  • Loading branch information
farmerbb committed Sep 13, 2024
1 parent f0a7892 commit de6eac2
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="204"
android:versionName="6.2"
<manifest android:versionCode="205"
android:versionName="6.2.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 dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
allprojects {
ext {
// TODO keep version name and version code in sync with Android-x86 manifest
VERSION_CODE = 204
VERSION_NAME = "6.2"
VERSION_CODE = 205
VERSION_NAME = "6.2.1"

MIN_SDK_VERSION = 21
COMPILE_SDK_VERSION = 34
Expand Down

0 comments on commit de6eac2

Please sign in to comment.