Fix Google Play requirements: targetSdk 35 and R8 ProGuard minify, release 23.01.9
This commit is contained in:
@@ -92,8 +92,8 @@ android {
|
||||
applicationId 'de.orfel.schnappix'
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode 8
|
||||
versionName "23.01.8"
|
||||
versionCode 9
|
||||
versionName "23.01.9"
|
||||
|
||||
buildConfigField "String", "REACT_NATIVE_RELEASE_LEVEL", "\"${findProperty('reactNativeReleaseLevel') ?: 'stable'}\""
|
||||
}
|
||||
|
||||
@@ -64,7 +64,9 @@ expo.useLegacyPackaging=false
|
||||
# WARNING: This property has been deprecated and will be removed in Expo SDK 55. Use `edgeToEdgeEnabled` or `react.edgeToEdgeEnabled` to determine whether the project is using edge-to-edge.
|
||||
expo.edgeToEdgeEnabled=true
|
||||
|
||||
android.targetSdkVersion=33
|
||||
android.targetSdkVersion=35
|
||||
android.compileSdkVersion=35
|
||||
android.enableMinifyInReleaseBuilds=true
|
||||
android.extraMavenRepos=[{"url":"https://jitpack.io"}]
|
||||
|
||||
# Release-Signierungsschlüssel (Hier Passwörter eintragen)
|
||||
|
||||
Binary file not shown.
BIN
Binary file not shown.
@@ -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