Updated to latest SDK version
This commit is contained in:
parent
391bad8ade
commit
2a12b7bdcd
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue