Skip to content

Commit

Permalink
Attempt to set the track name to the open beta
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWoitaschek committed May 14, 2022
1 parent ef45724 commit 69c4d18
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("beta")
track.value("Open 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 = "3060358"
versionName = "6.0.0-alpha18"
versionCode = "3060359"
versionName = "6.0.0-alpha19"

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

0 comments on commit 69c4d18

Please sign in to comment.