aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorpacien2018-08-06 23:13:02 +0200
committerpacien2018-08-06 23:13:02 +0200
commit4079a18706ca817d40c66d5f31573800c7121815 (patch)
treef08db0db45b3ae8c63628449eadd4ac83c159979 /build.gradle
parent0e4304420442be37d334867f11e646826ca1f773 (diff)
downloadtincapp-4079a18706ca817d40c66d5f31573800c7121815.tar.gz
Add store metadata
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 97c7613..867ae19 100644
--- a/build.gradle
+++ b/build.gradle
@@ -29,6 +29,7 @@ buildscript {
29 dependencies { 29 dependencies {
30 classpath 'com.android.tools.build:gradle:3.1.3' 30 classpath 'com.android.tools.build:gradle:3.1.3'
31 classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" 31 classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
32 classpath 'com.github.triplet.gradle:play-publisher:1.2.2'
32 33
33 // NOTE: Do not place your application dependencies here; they belong 34 // NOTE: Do not place your application dependencies here; they belong
34 // in the individual module build.gradle files 35 // in the individual module build.gradle files