Update version and target SDK
This commit is contained in:
parent
ba9c2be0c2
commit
785da03748
1 changed files with 5 additions and 5 deletions
|
|
@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
|
||||||
apply plugin: 'kotlin-android'
|
apply plugin: 'kotlin-android'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 30
|
compileSdk 31
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 19
|
minSdk 19
|
||||||
targetSdkVersion 30
|
targetSdk 31
|
||||||
versionCode 4
|
versionCode 5
|
||||||
versionName "1.3"
|
versionName "1.4"
|
||||||
}
|
}
|
||||||
|
|
||||||
flavorDimensions 'default'
|
flavorDimensions 'default'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue