Upgrade gradle plugin to 4.1. and build tools to 29.0.3 for android box tests

This commit is contained in:
Mikhael Bogdanov
2021-01-29 09:47:55 +01:00
parent 9459f8113f
commit c5baf3fdd2
3 changed files with 5 additions and 4 deletions
@@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.3'
classpath 'com.android.tools.build:gradle:4.1.1'
}
}
apply plugin: 'com.android.application'
@@ -17,7 +17,7 @@ repositories {
android {
compileSdkVersion 26
buildToolsVersion "28.0.3"
buildToolsVersion "29.0.3"
defaultConfig {
applicationId "org.jetbrains.kotlin.android.tests"