aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorpacien2018-08-06 23:13:02 +0200
committerpacien2018-08-06 23:13:02 +0200
commit4079a18706ca817d40c66d5f31573800c7121815 (patch)
treef08db0db45b3ae8c63628449eadd4ac83c159979 /app/build.gradle
parent0e4304420442be37d334867f11e646826ca1f773 (diff)
downloadtincapp-4079a18706ca817d40c66d5f31573800c7121815.tar.gz
Add store metadata
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 08c6444..4c911c3 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -19,6 +19,7 @@
19apply plugin: 'com.android.application' 19apply plugin: 'com.android.application'
20apply plugin: 'kotlin-android' 20apply plugin: 'kotlin-android'
21apply plugin: 'kotlin-android-extensions' 21apply plugin: 'kotlin-android-extensions'
22apply plugin: 'com.github.triplet.play'
22 23
23android { 24android {
24 compileSdkVersion 27 25 compileSdkVersion 27
@@ -70,3 +71,10 @@ repositories {
70 jcenter() 71 jcenter()
71 google() 72 google()
72} 73}
74
75play {
76 jsonFile = file('../keyring/api-key.json')
77 track = 'beta'
78 untrackOld = true
79 uploadImages = true
80}