Update targetSdkVersion and compileSdkVersion for library package

This commit is contained in:
Shinokuni 2019-11-01 22:50:50 +01:00
parent 0f7df50334
commit 5b106a15c2
1 changed files with 2 additions and 2 deletions

View File

@ -3,11 +3,11 @@ apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-android' apply plugin: 'kotlin-android'
android { android {
compileSdkVersion 28 compileSdkVersion 29
defaultConfig { defaultConfig {
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 28 targetSdkVersion 29
versionCode 1 versionCode 1
versionName "1.0" versionName "1.0"