run for 28.0.2

This commit is contained in:
nataliya.valtman
2020-05-29 03:09:31 +03:00
parent 1982f80bfb
commit 86d52d4123
2 changed files with 3 additions and 3 deletions
@@ -9,7 +9,7 @@ dependencies {
android {
compileSdkVersion 22
buildToolsVersion "25.0.2"
buildToolsVersion "28.0.2"
defaultConfig {
minSdkVersion 7
@@ -5,11 +5,11 @@ apply plugin: 'kotlin-kapt'
android {
compileSdkVersion 23
buildToolsVersion '25.0.2'
buildToolsVersion '28.0.2'
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
targetSdkVersion 28
versionCode 1
versionName '1.0'
}