We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35ccad1 commit 099c8e0Copy full SHA for 099c8e0
build.gradle
@@ -1,12 +1,12 @@
1
buildscript {
2
- ext.kotlin_version = '1.2.50'
+ ext.kotlin_version = '1.2.71'
3
repositories {
4
jcenter()
5
google()
6
7
}
8
dependencies {
9
- classpath 'com.android.tools.build:gradle:3.2.0'
+ classpath 'com.android.tools.build:gradle:3.2.1'
10
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
11
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.0.32"
12
@@ -34,7 +34,7 @@ ext {
34
35
junitVersion = '4.12'
36
supportVersion = '27.1.1'
37
- buildToolsVersion = '28.0.0'
+ buildToolsVersion = '28.0.3'
38
minSdkVersion = 14
39
targetSdkVersion = 28
40
compileSdkVersion = 28
0 commit comments