aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorpacien2020-12-06 03:09:54 +0100
committerpacien2020-12-06 03:09:54 +0100
commitd6065aec1955d976c8a57a50c4343e3d93a7e5f5 (patch)
tree9a12d71c4fe112d7f1c6e88a958e1adf6c6800c7 /build.gradle
parent43f9ce694bb890cd9f6e7e9c1e4befb15b9c7a4c (diff)
downloadtincapp-d6065aec1955d976c8a57a50c4343e3d93a7e5f5.tar.gz
project: update android build tools gradle plugin to 4.0.2
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
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