Skip to content

Commit

Permalink
Revert "Fix track/untrack issue with google play publisher"
Browse files Browse the repository at this point in the history
This reverts commit e0dbc31.
  • Loading branch information
daniele-athome committed Sep 10, 2017
1 parent b24996e commit bc23749
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ dependencies {
if (travisBuild) {
play {
track = 'alpha'
untrack = 'alpha'
jsonFile = rootProject.file('dist/googleplay-developer-key.json')
untrackOld = true
}
Expand All @@ -201,7 +200,6 @@ 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 bc23749

Please sign in to comment.