From d0a190754b9679aec6290649c98f606545802422 Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Thu, 28 Mar 2024 15:03:25 -0300 Subject: [PATCH] Fix gradle.properties --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 31de12f35..7cde02104 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -138,11 +138,11 @@ commands: name: Configure Gradle command: | echo -e "" > ./gradle.properties - # echo -e "android.enableAapt2=false" >> ./gradle.properties echo -e "android.useAndroidX=true" >> ./gradle.properties echo -e "android.enableJetifier=true" >> ./gradle.properties + echo -e "reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64" >> ./gradle.properties echo -e "newArchEnabled=false" >> ./gradle.properties - echo -e "FLIPPER_VERSION=0.125.0" >> ./gradle.properties + echo -e "hermesEnabled=true" >> ./gradle.properties echo -e "VERSIONCODE=$CIRCLE_BUILD_NUM" >> ./gradle.properties if [[ $CIRCLE_JOB == "android-build-official" ]]; then