Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye committed Jan 18, 2019
1 parent 6304e31 commit 37c78d5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ android {
applicationId "com.github.shadowsocks.plugin.v2ray"
minSdkVersion rootProject.minSdkVersion
targetSdkVersion 28
versionCode 1010000
versionName "1.1.0"
versionCode 1020000
versionName "1.2.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
8 changes: 8 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

release=$1
cp app/build/outputs/apk/release/app-armeabi-v7a-release.apk v2ray-armeabi-v7a-${release}.apk
cp app/build/outputs/apk/release/app-arm64-v8a-release.apk v2ray-arm64-v8a-${release}.apk
cp app/build/outputs/apk/release/app-x86-release.apk v2ray-x86-${release}.apk
cp app/build/outputs/apk/release/app-x86_64-release.apk v2ray-x86_64-${release}.apk
cp app/build/outputs/apk/release/app-universal-release.apk v2ray--universal-${release}.apk

0 comments on commit 37c78d5

Please sign in to comment.