aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorpacien2019-04-29 15:08:42 +0200
committerpacien2019-04-29 15:08:42 +0200
commit88f99ca55818d92b4831633b6062191d982f83d3 (patch)
tree24c7c704c12c8ead1dff6e5b3a3ea8df08fdc403 /build.gradle
parentc1604cdbf32bb2ead4a7478856dc476153c77be3 (diff)
downloadtincapp-88f99ca55818d92b4831633b6062191d982f83d3.tar.gz
update gradle
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 1e1bf83..e580357 100644
--- a/build.gradle
+++ b/build.gradle
@@ -27,7 +27,7 @@ buildscript {
27 } 27 }
28 28
29 dependencies { 29 dependencies {
30 classpath 'com.android.tools.build:gradle:3.3.2' 30 classpath 'com.android.tools.build:gradle:3.4.0'
31 classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" 31 classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
32 32
33 // NOTE: Do not place your application dependencies here; they belong 33 // NOTE: Do not place your application dependencies here; they belong