aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorpacien2019-03-24 21:54:48 +0100
committerpacien2019-03-24 21:54:48 +0100
commite104556bd46822254afc85c67f01f8f3474cc009 (patch)
tree829765f5e4d496d28b263850ed4a90c0a2804d90 /build.gradle
parentaa6e2342d859c87a5db6952174c75f8fb8b4e4f9 (diff)
downloadtincapp-e104556bd46822254afc85c67f01f8f3474cc009.tar.gz
update dependencies
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle5
1 files changed, 2 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index ba1ef5b..1e1bf83 100644
--- a/build.gradle
+++ b/build.gradle
@@ -19,7 +19,7 @@
19// Top-level build file where you can add configuration options common to all sub-projects/modules. 19// Top-level build file where you can add configuration options common to all sub-projects/modules.
20 20
21buildscript { 21buildscript {
22 ext.kotlin_version = '1.3.20' 22 ext.kotlin_version = '1.3.21'
23 23
24 repositories { 24 repositories {
25 jcenter() 25 jcenter()
@@ -27,9 +27,8 @@ buildscript {
27 } 27 }
28 28
29 dependencies { 29 dependencies {
30 classpath 'com.android.tools.build:gradle:3.3.1' 30 classpath 'com.android.tools.build:gradle:3.3.2'
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:2.0.0-beta1")
33 32
34 // NOTE: Do not place your application dependencies here; they belong 33 // NOTE: Do not place your application dependencies here; they belong
35 // in the individual module build.gradle files 34 // in the individual module build.gradle files