Skip to content

Commit 9f6b3a4

Browse files
committed
Bump version
1 parent ce4f608 commit 9f6b3a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- checkout
1111
- run: git submodule update --init --recursive
12-
- run: rustup default nightly && rustup update
12+
- run: rustup default nightly-2022-08-28
1313
- run: cd core/src/main/rust/shadowsocks-rust && rustup target add armv7-linux-androideabi aarch64-linux-android i686-linux-android x86_64-linux-android
1414
- restore_cache:
1515
key: jars-{{ checksum "build.gradle.kts" }}

buildSrc/src/main/kotlin/Helpers.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ fun Project.setupCore() {
5959
setupCommon()
6060
android.apply {
6161
defaultConfig {
62-
versionCode = 5030050
63-
versionName = "5.3.0-nightly"
62+
versionCode = 5030150
63+
versionName = "5.3.1-nightly"
6464
}
6565
compileOptions.isCoreLibraryDesugaringEnabled = true
6666
lint.apply {

0 commit comments

Comments
 (0)