increase minSdk to 23

This commit is contained in:
johan12345
2025-11-07 20:04:33 +01:00
parent 66d6aee97e
commit 8991cb4e4a

View File

@@ -18,7 +18,7 @@ android {
defaultConfig {
applicationId = "net.vonforst.evmap"
compileSdk = 36
minSdk = 21
minSdk = 23
targetSdk = 36
// NOTE: always increase versionCode by 2 since automotive flavor uses versionCode + 1
versionCode = 268