diff options
author | pacien | 2018-10-08 17:01:54 +0200 |
---|---|---|
committer | pacien | 2018-10-08 19:24:34 +0200 |
commit | 3700f1cf9e1890e55b3b80c888297f1cb21b5a6b (patch) | |
tree | b9084105b4f6afee5de3d9083fac7fd92d4c725e /app/build.gradle | |
parent | a451657b1dc7afd1babd49946c46b9f86095f47e (diff) | |
download | tincapp-3700f1cf9e1890e55b3b80c888297f1cb21b5a6b.tar.gz |
Update Triple-T publisher plugin
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 | } |