Skip to content

Commit

Permalink
v5.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed Sep 17, 2021
1 parent 9aa1f16 commit 1c73e48
Showing 1 changed file with 2 additions and 2 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 @@ -56,8 +56,8 @@ fun Project.setupCore() {
setupCommon()
android.apply {
defaultConfig {
versionCode = 5020550
versionName = "5.2.5-nightly"
versionCode = 5020650
versionName = "5.2.6-nightly"
}
compileOptions.isCoreLibraryDesugaringEnabled = true
lintOptions {
Expand Down

0 comments on commit 1c73e48

Please sign in to comment.