aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorpacien2018-10-08 17:01:54 +0200
committerpacien2018-10-08 19:24:34 +0200
commit3700f1cf9e1890e55b3b80c888297f1cb21b5a6b (patch)
treeb9084105b4f6afee5de3d9083fac7fd92d4c725e /build.gradle
parenta451657b1dc7afd1babd49946c46b9f86095f47e (diff)
downloadtincapp-3700f1cf9e1890e55b3b80c888297f1cb21b5a6b.tar.gz
Update Triple-T publisher plugin
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index ae748eb..0d036db 100644
--- a/build.gradle
+++ b/build.gradle
@@ -29,7 +29,7 @@ buildscript {
29 dependencies { 29 dependencies {
30 classpath 'com.android.tools.build:gradle:3.2.0' 30 classpath 'com.android.tools.build:gradle:3.2.0'
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 classpath("com.github.triplet.gradle:play-publisher:2.0.0-beta1")
33 33
34 // NOTE: Do not place your application dependencies here; they belong 34 // NOTE: Do not place your application dependencies here; they belong
35 // in the individual module build.gradle files 35 // in the individual module build.gradle files