Revert "run for 28.0.2"

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