From 3f96d28a90fde46f1d8fe00d2727d1ada3fbdf10 Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Tue, 4 Apr 2023 13:22:49 -0300 Subject: [PATCH] Removed react.gradle --- android/app/build.gradle | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 094ae05ee..3ec6c6182 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -65,8 +65,6 @@ react { // enableHermes: true, // clean and rebuild if changing // ] -apply from: "../../node_modules/react-native/react.gradle" - /** * Set this to true to create four separate APKs instead of one, * one for each native architecture. This is useful if you don't @@ -166,9 +164,9 @@ android { // } // FIXME: Remove when we update RN - // packagingOptions { - // pickFirst '**/*.so' - // } +// packagingOptions { +// pickFirst '**/*.so' +// } // applicationVariants are e.g. debug, release