diff options
author | pacien | 2018-04-18 22:35:23 +0200 |
---|---|---|
committer | pacien | 2018-04-18 22:35:23 +0200 |
commit | cb6a034ec7c78d46bc835333c302c853a10bab5b (patch) | |
tree | 9e97de817a875a757198f0b4b45466d5e64cfdcd /build.gradle | |
parent | aa82a739a20b7ba193173945e0c27ab3b631d10e (diff) | |
download | tincapp-cb6a034ec7c78d46bc835333c302c853a10bab5b.tar.gz |
Update gradle build tools
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
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 |