Updated to latest SDK version
This commit is contained in:
parent
391bad8ade
commit
2a12b7bdcd
|
@ -20,11 +20,11 @@ dependencies {
|
|||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion(29)
|
||||
compileSdkVersion(33)
|
||||
defaultConfig {
|
||||
applicationId = "net.codinux.banking.epcqrcode.android"
|
||||
minSdkVersion(24)
|
||||
targetSdkVersion(29)
|
||||
targetSdkVersion(33)
|
||||
versionCode = 1
|
||||
versionName = "1.0"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue