diff options
author | pacien | 2018-06-10 23:20:58 +0200 |
---|---|---|
committer | pacien | 2018-06-10 23:20:58 +0200 |
commit | 7b38ed30cd0fb5a6068c99d97a8c048e891285fa (patch) | |
tree | 4f15f92f8deecdb64a6ce2f3c0c10ed017820a5f /build.gradle | |
parent | 690103af73ee06954250c9ae6e48840a7827a8e7 (diff) | |
download | tincapp-7b38ed30cd0fb5a6068c99d97a8c048e891285fa.tar.gz |
Update gradle
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 7c78961..ae0711a 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.2' | 12 | classpath 'com.android.tools.build:gradle:3.1.3' |
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 |