Update version and target SDK

This commit is contained in:
Lukas Pieper 2021-11-10 11:44:16 +01:00
parent ba9c2be0c2
commit 785da03748

View file

@ -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'