Skip to content

Commit 099c8e0

Browse files
committed
- update build tools
1 parent 35ccad1 commit 099c8e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
buildscript {
2-
ext.kotlin_version = '1.2.50'
2+
ext.kotlin_version = '1.2.71'
33
repositories {
44
jcenter()
55
google()
66

77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:3.2.0'
9+
classpath 'com.android.tools.build:gradle:3.2.1'
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1111
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.0.32"
1212
}
@@ -34,7 +34,7 @@ ext {
3434

3535
junitVersion = '4.12'
3636
supportVersion = '27.1.1'
37-
buildToolsVersion = '28.0.0'
37+
buildToolsVersion = '28.0.3'
3838
minSdkVersion = 14
3939
targetSdkVersion = 28
4040
compileSdkVersion = 28

0 commit comments

Comments
 (0)