Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye committed Feb 7, 2023
1 parent f3dcec5 commit dfa0117
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 = 5030250
versionName = "5.3.2-nightly"
versionCode = 5030350
versionName = "5.3.3-nightly"
}
compileOptions.isCoreLibraryDesugaringEnabled = true
lint.apply {
Expand Down

1 comment on commit dfa0117

@Mygod
Copy link
Contributor

@Mygod Mygod commented on dfa0117 Feb 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I already updated shadowsocks-rust to latest release but oh well. 😅

Please sign in to comment.