Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye committed Feb 22, 2021
1 parent 59c648e commit 49f3891
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 @@ -56,8 +56,8 @@ fun Project.setupCore() {
setupCommon()
android.apply {
defaultConfig {
versionCode = 5020150
versionName = "5.2.1-nightly"
versionCode = 5020250
versionName = "5.2.2-nightly"
}
compileOptions.isCoreLibraryDesugaringEnabled = true
lintOptions {
Expand Down

0 comments on commit 49f3891

Please sign in to comment.