Commit 9f6b3a4 1 parent ce4f608 commit 9f6b3a4 Copy full SHA for 9f6b3a4
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
steps :
10
10
- checkout
11
11
- run : git submodule update --init --recursive
12
- - run : rustup default nightly && rustup update
12
+ - run : rustup default nightly-2022-08-28
13
13
- run : cd core/src/main/rust/shadowsocks-rust && rustup target add armv7-linux-androideabi aarch64-linux-android i686-linux-android x86_64-linux-android
14
14
- restore_cache :
15
15
key : jars-{{ checksum "build.gradle.kts" }}
Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ fun Project.setupCore() {
59
59
setupCommon()
60
60
android.apply {
61
61
defaultConfig {
62
- versionCode = 5030050
63
- versionName = " 5.3.0 -nightly"
62
+ versionCode = 5030150
63
+ versionName = " 5.3.1 -nightly"
64
64
}
65
65
compileOptions.isCoreLibraryDesugaringEnabled = true
66
66
lint.apply {
You can’t perform that action at this time.
0 commit comments