Fix Google Play requirements: targetSdk 35 and R8 ProGuard minify, release 23.01.9

This commit is contained in:
2026-06-23 20:13:06 +02:00
parent e4c70499cc
commit e9d3f4d4de
5 changed files with 13 additions and 5 deletions
+5 -2
View File
@@ -3,7 +3,7 @@
"newArchEnabled": true,
"name": "Schnappix",
"slug": "Schnappix",
"version": "23.01.8",
"version": "23.01.9",
"orientation": "landscape",
"icon": "./Icon.png",
"userInterfaceStyle": "dark",
@@ -13,7 +13,7 @@
},
"android": {
"package": "de.orfel.schnappix",
"versionCode": 8,
"versionCode": 9,
"adaptiveIcon": {
"backgroundColor": "#050510",
"foregroundImage": "./Icon-padded.png"
@@ -46,6 +46,9 @@
"expo-build-properties",
{
"android": {
"compileSdkVersion": 35,
"targetSdkVersion": 35,
"enableProguardInReleaseBuilds": true,
"extraMavenRepos": [
"https://jitpack.io"
]