Migrate to sdkSpec

This commit is contained in:
Sylvia van Os
2026-07-15 17:20:01 +02:00
committed by GitHub
parent 0a12429b41
commit 6d79a2e20d

View File

@@ -13,12 +13,18 @@ kotlin {
android {
namespace = "protect.card_locker"
compileSdk = 37
compileSdk {
version = release(37)
}
defaultConfig {
applicationId = "me.hackerchick.catima"
minSdk = 23
targetSdk = 37
minSdk {
version = release(23)
}
targetSdk {
version = release(37)
}
versionCode = 166
versionName = "2.42.1"