Skip to content

Commit e1f9bfb

Browse files
committed
Taskbar 3.9.3 (release 1)
* Bump version code for 3.9.3 release
1 parent ac4f4c6 commit e1f9bfb

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

app/build.gradle

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ android {
2020
targetSdkVersion SDK_VERSION
2121

2222
// TODO keep versionName and versionCode in sync with Android-x86 manifest
23-
versionCode 184
24-
versionName "3.9.2"
23+
versionCode 185
24+
versionName "3.9.3"
2525

2626
resConfigs "en", "ja", "ru", "de", "zh-rCN", "tr"
2727

@@ -59,6 +59,12 @@ android {
5959
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
6060
signingConfig signingConfigs.release
6161
manifestPlaceholders = [appName: "@string/app_name"]
62+
63+
applicationVariants.all { variant ->
64+
variant.outputs.all {
65+
outputFileName = "${project.parent.name}-${defaultConfig.versionName}.apk"
66+
}
67+
}
6268
}
6369
}
6470

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="184"
23-
android:versionName="3.9.2"
22+
<manifest android:versionCode="185"
23+
android:versionName="3.9.3"
2424
xmlns:android="http://schemas.android.com/apk/res/android"
2525
package="com.farmerbb.taskbar" >
2626

0 commit comments

Comments
 (0)