Skip to content

Commit

Permalink
Prepare for 6.0.0-alpha18
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWoitaschek committed May 14, 2022
1 parent a1debe8 commit ef45724
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if (enableCrashlytics) {

play {
defaultToAppBundles.value(true)
track.value("internal")
track.value("beta")
}

android {
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
versionCode = "3060357"
versionName = "6.0.0-alpha17"
versionCode = "3060358"
versionName = "6.0.0-alpha18"

coroutines = "1.6.1"
room = "2.4.2"
Expand Down

0 comments on commit ef45724

Please sign in to comment.