Skip to content

Commit

Permalink
Add untrackOld flag to play publisher
Browse files Browse the repository at this point in the history
Fixes #658
  • Loading branch information
tasomaniac committed Sep 30, 2016
1 parent e789e9e commit 95ad2b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ android {
play {
jsonFile = file(local_properties.service_account_json_file ?: 'no-file.json')
track = System.getProperty('track', 'alpha')
untrackOld = true
}

configurations {
Expand Down

0 comments on commit 95ad2b2

Please sign in to comment.