unify versions
This commit is contained in:
parent
53383461f0
commit
4451039566
3 changed files with 2 additions and 3 deletions
|
@ -4,12 +4,11 @@ apply plugin: 'kotlin-kapt'
|
|||
apply plugin: 'kotlin-android-extensions'
|
||||
|
||||
android {
|
||||
compileSdkVersion 29
|
||||
buildToolsVersion "29.0.3"
|
||||
compileSdkVersion 28
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 29
|
||||
targetSdkVersion 28
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
|
||||
|
|
Loading…
Reference in a new issue