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 { android {
compileSdkVersion 22 compileSdkVersion 22
buildToolsVersion "25.0.2" buildToolsVersion "28.0.2"
defaultConfig { defaultConfig {
minSdkVersion 7 minSdkVersion 7
@@ -5,11 +5,11 @@ apply plugin: 'kotlin-kapt'
android { android {
compileSdkVersion 23 compileSdkVersion 23
buildToolsVersion '25.0.2' buildToolsVersion '28.0.2'
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 23 targetSdkVersion 28
versionCode 1 versionCode 1
versionName '1.0' versionName '1.0'
} }