unify versions

This commit is contained in:
Milos Kozak 2020-05-03 21:37:02 +02:00
parent 53383461f0
commit 4451039566
3 changed files with 2 additions and 3 deletions

View file

@ -4,12 +4,11 @@ apply plugin: 'kotlin-kapt'
apply plugin: 'kotlin-android-extensions' apply plugin: 'kotlin-android-extensions'
android { android {
compileSdkVersion 29 compileSdkVersion 28
buildToolsVersion "29.0.3"
defaultConfig { defaultConfig {
minSdkVersion 23 minSdkVersion 23
targetSdkVersion 29 targetSdkVersion 28
versionCode 1 versionCode 1
versionName "1.0" versionName "1.0"