Skip to content

Commit dfa0117

Browse files
committed
Bump version
1 parent f3dcec5 commit dfa0117

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

buildSrc/src/main/kotlin/Helpers.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ fun Project.setupCore() {
5959
setupCommon()
6060
android.apply {
6161
defaultConfig {
62-
versionCode = 5030250
63-
versionName = "5.3.2-nightly"
62+
versionCode = 5030350
63+
versionName = "5.3.3-nightly"
6464
}
6565
compileOptions.isCoreLibraryDesugaringEnabled = true
6666
lint.apply {

0 commit comments

Comments
 (0)