Fix Android build signing configuration
This commit is contained in:
@@ -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"}]
|
||||
Reference in New Issue
Block a user