Skip to content

Commit

Permalink
Fix track/untrack issue with google play publisher
Browse files Browse the repository at this point in the history
Signed-off-by: Daniele Ricci <[email protected]>
  • Loading branch information
daniele-athome committed Sep 10, 2017
1 parent c5b791d commit e0dbc31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ dependencies {
if (travisBuild) {
play {
track = 'alpha'
untrack = 'alpha'
jsonFile = rootProject.file('dist/googleplay-developer-key.json')
untrackOld = true
}
Expand All @@ -200,6 +201,7 @@ if (travisBuild) {
else if (project.hasProperty('GOOGLE_PLAY_DEVELOPER_KEY_FILE')) {
play {
track = 'beta'
untrack = 'beta'
jsonFile = file(GOOGLE_PLAY_DEVELOPER_KEY_FILE)
untrackOld = true
}
Expand Down

0 comments on commit e0dbc31

Please sign in to comment.