diff options
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index b9da98c..9a99da9 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.1' | 12 | classpath 'com.android.tools.build:gradle:3.1.2' |
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 |