Skip to content

Commit

Permalink
Taskbar 3.9.3 (release 1)
Browse files Browse the repository at this point in the history
* Bump version code for 3.9.3 release
  • Loading branch information
farmerbb committed Aug 6, 2018
1 parent ac4f4c6 commit e1f9bfb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
targetSdkVersion SDK_VERSION

// TODO keep versionName and versionCode in sync with Android-x86 manifest
versionCode 184
versionName "3.9.2"
versionCode 185
versionName "3.9.3"

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

Expand Down Expand Up @@ -59,6 +59,12 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.release
manifestPlaceholders = [appName: "@string/app_name"]

applicationVariants.all { variant ->
variant.outputs.all {
outputFileName = "${project.parent.name}-${defaultConfig.versionName}.apk"
}
}
}
}

Expand Down
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="184"
android:versionName="3.9.2"
<manifest android:versionCode="185"
android:versionName="3.9.3"
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.farmerbb.taskbar" >

Expand Down

0 comments on commit e1f9bfb

Please sign in to comment.