Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye committed Aug 28, 2022
1 parent ce4f608 commit 9f6b3a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- checkout
- run: git submodule update --init --recursive
- run: rustup default nightly && rustup update
- run: rustup default nightly-2022-08-28
- run: cd core/src/main/rust/shadowsocks-rust && rustup target add armv7-linux-androideabi aarch64-linux-android i686-linux-android x86_64-linux-android
- restore_cache:
key: jars-{{ checksum "build.gradle.kts" }}
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Helpers.kt
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ fun Project.setupCore() {
setupCommon()
android.apply {
defaultConfig {
versionCode = 5030050
versionName = "5.3.0-nightly"
versionCode = 5030150
versionName = "5.3.1-nightly"
}
compileOptions.isCoreLibraryDesugaringEnabled = true
lint.apply {
Expand Down

0 comments on commit 9f6b3a4

Please sign in to comment.