Auto-Commit: 2026-07-26 18:57:11

This commit is contained in:
2026-07-26 18:57:12 +02:00
parent 36392679c4
commit fb3b98d98a
14 changed files with 136 additions and 48 deletions
+4 -4
View File
@@ -3,7 +3,7 @@
"newArchEnabled": true,
"name": "Schnappix",
"slug": "Schnappix",
"version": "23.01.17",
"version": "23.01.18",
"orientation": "landscape",
"icon": "./Icon.png",
"userInterfaceStyle": "dark",
@@ -13,7 +13,7 @@
},
"android": {
"package": "de.orfel.schnappix",
"versionCode": 17,
"versionCode": 18,
"adaptiveIcon": {
"backgroundColor": "#050510",
"foregroundImage": "./Icon-padded.png"
@@ -43,8 +43,8 @@
"expo-build-properties",
{
"android": {
"compileSdkVersion": 35,
"targetSdkVersion": 35,
"compileSdkVersion": 36,
"targetSdkVersion": 36,
"enableProguardInReleaseBuilds": true,
"extraMavenRepos": [
"https://jitpack.io"