Fix Google Play requirements: targetSdk 35 and R8 ProGuard minify, release 23.01.9
This commit is contained in:
@@ -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"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user