Skip to content

Commit

Permalink
Change track
Browse files Browse the repository at this point in the history
  • Loading branch information
costular committed May 25, 2020
1 parent 187ddb9 commit a979d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ android {
configure<PlayPublisherExtension> {
serviceAccountCredentials = file("service-account-key.json")
defaultToAppBundles = true
promoteTrack = "alpha"
track = "production"
outputProcessor { versionNameOverride = "$versionNameOverride.$versionCode" }
resolutionStrategy = "auto"
}
Expand Down

0 comments on commit a979d09

Please sign in to comment.