Skip to content

Commit

Permalink
Updating release track and status
Browse files Browse the repository at this point in the history
  • Loading branch information
nkuppan committed Jun 6, 2024
1 parent c1fab46 commit 5a5c790
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 @@ -71,7 +71,7 @@ if (playStorePublisher.exists()) {
println("----- Play Store Publisher available -----")
println("----- ${playStorePublisher.absolutePath} -----")
val track = System.getenv()["PLAYSTORE_TRACK"]
val status = System.getenv()["PLAYSTORE_RELEASE_STATUS".uppercase()]
val status = System.getenv()["PLAYSTORE_RELEASE_STATUS"]?.uppercase()
println("----- ENV: $track & $status -----")
val playStoreTrack = track ?: "beta"
val playStoreReleaseStatus =
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ mockito = "4.0.0"
jxl = "2.6.12"
truth = "1.1.4"
vico = "1.11.1"
play-publish = "3.8.5"
google-services = "4.4.1"
play-publish = "3.9.1"
google-services = "4.4.2"
country-compose = "1.1.1"
backup-restore = "1.0.0-beta13"
baselineprofile = "1.2.2"
Expand Down

0 comments on commit 5a5c790

Please sign in to comment.