File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ android {
24
24
applicationId " com.github.shadowsocks.plugin.v2ray"
25
25
minSdkVersion rootProject. minSdkVersion
26
26
targetSdkVersion 28
27
- versionCode 1010000
28
- versionName " 1.1 .0"
27
+ versionCode 1020000
28
+ versionName " 1.2 .0"
29
29
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
30
30
}
31
31
buildTypes {
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+
3
+ release=$1
4
+ cp app/build/outputs/apk/release/app-armeabi-v7a-release.apk v2ray-armeabi-v7a-${release} .apk
5
+ cp app/build/outputs/apk/release/app-arm64-v8a-release.apk v2ray-arm64-v8a-${release} .apk
6
+ cp app/build/outputs/apk/release/app-x86-release.apk v2ray-x86-${release} .apk
7
+ cp app/build/outputs/apk/release/app-x86_64-release.apk v2ray-x86_64-${release} .apk
8
+ cp app/build/outputs/apk/release/app-universal-release.apk v2ray--universal-${release} .apk
You can’t perform that action at this time.
0 commit comments