File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ android {
2424 applicationId " com.github.shadowsocks.plugin.v2ray"
2525 minSdkVersion rootProject. minSdkVersion
2626 targetSdkVersion 28
27- versionCode 1010000
28- versionName " 1.1 .0"
27+ versionCode 1020000
28+ versionName " 1.2 .0"
2929 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
3030 }
3131 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