Fix Android build signing configuration

This commit is contained in:
2026-07-04 14:58:27 +02:00
parent 292055ef9d
commit e8bd8adcdb
51 changed files with 351 additions and 290 deletions
+9
View File
@@ -59,3 +59,12 @@ EX_DEV_CLIENT_NETWORK_INSPECTOR=true
# Use legacy packaging to compress native libraries in the resulting APK.
expo.useLegacyPackaging=false
# Specifies whether the app is configured to use edge-to-edge via the app config or plugin
# 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.compileSdkVersion=35
android.targetSdkVersion=35
android.enableMinifyInReleaseBuilds=true
android.extraMavenRepos=[{"url":"https://jitpack.io"}]