aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2018-04-18 22:35:23 +0200
committerpacien2018-04-18 22:35:23 +0200
commitcb6a034ec7c78d46bc835333c302c853a10bab5b (patch)
tree9e97de817a875a757198f0b4b45466d5e64cfdcd
parentaa82a739a20b7ba193173945e0c27ab3b631d10e (diff)
downloadtincapp-cb6a034ec7c78d46bc835333c302c853a10bab5b.tar.gz
Update gradle build tools
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index b7d6fd0..9807ca4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -9,7 +9,7 @@ buildscript {
9 } 9 }
10 10
11 dependencies { 11 dependencies {
12 classpath 'com.android.tools.build:gradle:3.1.0' 12 classpath 'com.android.tools.build:gradle:3.1.1'
13 classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" 13 classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
14 14
15 // NOTE: Do not place your application dependencies here; they belong 15 // NOTE: Do not place your application dependencies here; they belong