diff options
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 b657430..4706d96 100644 --- a/build.gradle +++ b/build.gradle | |||
@@ -27,7 +27,7 @@ buildscript { | |||
27 | } | 27 | } |
28 | 28 | ||
29 | dependencies { | 29 | dependencies { |
30 | classpath 'com.android.tools.build:gradle:3.5.3' | 30 | classpath 'com.android.tools.build:gradle:4.0.2' |
31 | classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" | 31 | classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" |
32 | 32 | ||
33 | // NOTE: Do not place your application dependencies here; they belong | 33 | // NOTE: Do not place your application dependencies here; they belong |