Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye committed Jun 19, 2022
1 parent af72cd9 commit 09c2290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Helpers.kt
Expand Up @@ -56,8 +56,8 @@ fun Project.setupCore() {
setupCommon()
android.apply {
defaultConfig {
versionCode = 5020650
versionName = "5.2.6-nightly"
versionCode = 5030050
versionName = "5.3.0-nightly"
}
compileOptions.isCoreLibraryDesugaringEnabled = true
lintOptions {
Expand Down

0 comments on commit 09c2290

Please sign in to comment.