Fix: Remove targetSdkVersion override to prevent Play Protect older version warning

This commit is contained in:
2026-06-13 00:32:27 +02:00
parent 94fd5a84f8
commit 70e2652bc8
7 changed files with 6 additions and 13 deletions
+3 -4
View File
@@ -3,7 +3,7 @@
"newArchEnabled": true,
"name": "Schnappix",
"slug": "Schnappix",
"version": "23.01.3",
"version": "23.01.1",
"orientation": "landscape",
"icon": "./Icon.png",
"userInterfaceStyle": "dark",
@@ -13,7 +13,7 @@
},
"android": {
"package": "de.orfel.schnappix",
"versionCode": 3,
"versionCode": 1,
"adaptiveIcon": {
"backgroundColor": "#050510",
"foregroundImage": "./Icon-padded.png"
@@ -47,8 +47,7 @@
"android": {
"extraMavenRepos": [
"https://jitpack.io"
],
"targetSdkVersion": 33
]
}
}
],