Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye committed Feb 25, 2018
1 parent d10a406 commit f0e5681
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mobile/build.gradle
Expand Up @@ -21,8 +21,8 @@ android {
applicationId "com.github.shadowsocks"
minSdkVersion rootProject.minSdkVersion
targetSdkVersion rootProject.sdkVersion
versionCode 4040600
versionName "4.4.6"
versionCode 4050000
versionName "4.5.0"
testApplicationId "com.github.shadowsocks.test"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
resConfigs "fa", "fr", "ja", "ko", "ru", "zh-rCN", "zh-rTW"
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Expand Up @@ -4,4 +4,4 @@ release=$1
cp mobile/build/outputs/apk/release/mobile-armeabi-v7a-release.apk shadowsocks-armeabi-v7a-${release}.apk
cp mobile/build/outputs/apk/release/mobile-arm64-v8a-release.apk shadowsocks-arm64-v8a-${release}.apk
cp mobile/build/outputs/apk/release/mobile-x86-release.apk shadowsocks-x86-${release}.apk
cp mobile/build/outputs/apk/release/mobile-universal-release.apk shadowsocks-universal-${release}.apk
cp mobile/build/outputs/apk/release/mobile-universal-release.apk shadowsocks--universal-${release}.apk

This comment has been minimized.

Copy link
@pexcn

pexcn Apr 2, 2018

Contributor

这里为什么要故意多一个 - 符号?

This comment has been minimized.

Copy link
@madeye

madeye Apr 2, 2018

Author Contributor

It's a trick to sort APKs on Github's release page.

This comment has been minimized.

Copy link
@pexcn

pexcn Apr 2, 2018

Contributor

感谢解答。

0 comments on commit f0e5681

Please sign in to comment.