diff options
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle index cdd5892..c4b66cb 100644 --- a/app/build.gradle +++ b/app/build.gradle | |||
@@ -95,8 +95,7 @@ repositories { | |||
95 | } | 95 | } |
96 | 96 | ||
97 | play { | 97 | play { |
98 | if (keystoreAvailable) jsonFile = file(keystoreProperties['apiKeyFile']) | 98 | if (keystoreAvailable) serviceAccountCredentials = file(keystoreProperties['apiKeyFile']) |
99 | track = 'beta' | 99 | track = 'beta' |
100 | untrackOld = true | 100 | resolutionStrategy = "auto" |
101 | uploadImages = true | ||
102 | } | 101 | } |