From 2cd3b3bf9df96856ddabf2522a69fd137c7512a4 Mon Sep 17 00:00:00 2001 From: Roland Osborne Date: Wed, 31 May 2023 14:13:55 -0700 Subject: [PATCH] restoring archtectures to be limited in fdroid recipe --- app/mobile/android/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/mobile/android/gradle.properties b/app/mobile/android/gradle.properties index 25425774..e4af465e 100644 --- a/app/mobile/android/gradle.properties +++ b/app/mobile/android/gradle.properties @@ -30,7 +30,7 @@ FLIPPER_VERSION=0.125.0 # Use this property to specify which architecture you want to build. # You can also override it from the CLI using # ./gradlew -PreactNativeArchitectures=x86_64 -reactNativeArchitectures=arm64-v8a +reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64 # Use this property to enable support to the new architecture. # This will allow you to use TurboModules and the Fabric render in