Updated to latest SDK version

This commit is contained in:
dankito 2023-04-11 02:19:17 +02:00
parent 391bad8ade
commit 2a12b7bdcd
1 changed files with 2 additions and 2 deletions

View File

@ -20,11 +20,11 @@ dependencies {
} }
android { android {
compileSdkVersion(29) compileSdkVersion(33)
defaultConfig { defaultConfig {
applicationId = "net.codinux.banking.epcqrcode.android" applicationId = "net.codinux.banking.epcqrcode.android"
minSdkVersion(24) minSdkVersion(24)
targetSdkVersion(29) targetSdkVersion(33)
versionCode = 1 versionCode = 1
versionName = "1.0" versionName = "1.0"
} }