Skip to content

Commit 6a84dc1

Browse files
committed
Update Android Gradle plugin and Kotlin version
- Android Gradle Plugin 3.3.1 - Kotlin 1.3.21
1 parent 01baf40 commit 6a84dc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
buildscript {
22
ext {
33
playServicesVersion = '12.0.1'
4-
kotlinVersion = '1.3.10'
4+
kotlinVersion = '1.3.21'
55
}
66
repositories {
77
google()
88
jcenter()
99
}
1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:3.2.1'
11+
classpath 'com.android.tools.build:gradle:3.3.1'
1212
classpath 'com.google.gms:google-services:3.1.2'
1313
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
1414
}

0 commit comments

Comments
 (0)