diff options
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index c048023..624c988 100644 --- a/build.gradle +++ b/build.gradle | |||
@@ -1,12 +1,12 @@ | |||
1 | // Top-level build file where you can add configuration options common to all sub-projects/modules. | 1 | // Top-level build file where you can add configuration options common to all sub-projects/modules. |
2 | 2 | ||
3 | buildscript { | 3 | buildscript { |
4 | ext.kotlin_version = '1.1.51' | 4 | ext.kotlin_version = '1.2.21' |
5 | repositories { | 5 | repositories { |
6 | jcenter() | 6 | jcenter() |
7 | } | 7 | } |
8 | dependencies { | 8 | dependencies { |
9 | classpath 'com.android.tools.build:gradle:3.0.0' | 9 | classpath 'com.android.tools.build:gradle:3.0.1' |
10 | classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" | 10 | classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" |
11 | 11 | ||
12 | // NOTE: Do not place your application dependencies here; they belong | 12 | // NOTE: Do not place your application dependencies here; they belong |