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'
|
||||
|
||||
android {
|
||||
compileSdkVersion 30
|
||||
compileSdk 31
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 30
|
||||
versionCode 4
|
||||
versionName "1.3"
|
||||
minSdk 19
|
||||
targetSdk 31
|
||||
versionCode 5
|
||||
versionName "1.4"
|
||||
}
|
||||
|
||||
flavorDimensions 'default'
|
||||
|
|
|
|||
Loading…
Reference in a new issue