Bump targetSdk to 36

This commit is contained in:
Sylvia van Os
2025-09-17 22:24:18 +02:00
parent 894a3dd44f
commit 7353414ae6

View File

@@ -11,12 +11,12 @@ kotlin {
android {
namespace = "protect.card_locker"
compileSdk = 35
compileSdk = 36
defaultConfig {
applicationId = "me.hackerchick.catima"
minSdk = 21
targetSdk = 35
targetSdk = 36
versionCode = 152
versionName = "2.38.0"