Skip to content

Commit

Permalink
Merge pull request #30 from costular/feature/fix_deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
costular authored May 25, 2020
2 parents c8d83b8 + a979d09 commit e1df6f8
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 e1df6f8

Please sign in to comment.