Skip to content

Commit

Permalink
Revert "Bump version to v5.3.4"
Browse files Browse the repository at this point in the history
This reverts commit cbff7c5.
  • Loading branch information
madeye committed Sep 11, 2023
1 parent da12429 commit d0b6191
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 @@ -59,8 +59,8 @@ fun Project.setupCore() {
setupCommon()
android.apply {
defaultConfig {
versionCode = 5030450
versionName = "5.3.4-nightly"
versionCode = 5030350
versionName = "5.3.3-nightly"
}
compileOptions.isCoreLibraryDesugaringEnabled = true
lint.apply {
Expand Down

0 comments on commit d0b6191

Please sign in to comment.