From 5030a14be84988b604f7197a277ded02eee1116e Mon Sep 17 00:00:00 2001 From: linsui <2873532-linsui@users.noreply.gitlab.com> Date: Sat, 5 Oct 2024 16:25:53 +0800 Subject: [PATCH] zulip: fix --- metadata/com.zulipmobile.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/metadata/com.zulipmobile.yml b/metadata/com.zulipmobile.yml index 5739b89a8f..e7e90f16a2 100644 --- a/metadata/com.zulipmobile.yml +++ b/metadata/com.zulipmobile.yml @@ -122,7 +122,8 @@ Builds: scanignore: - android/build.gradle - node_modules/jsc-android - - node_modules/react-native/android + - node_modules/hermes-engine/android + - node_modules/hermes-engine/linux64-bin/hermesc - node_modules/react-native/ReactAndroid/build.gradle - node_modules/react-native-document-picker/android/build.gradle - node_modules/react-native-image-picker/android/build.gradle @@ -154,7 +155,7 @@ Builds: - gradle :assembleRelease - popd - mv $$react-native-reanimated$$/build/outputs/aar/android-release.aar ../../node_modules/react-native-reanimated/android/react-native-reanimated-67-jsc.aar - ndk: 23.2.8568313 + ndk: r24 AutoUpdateMode: Version UpdateCheckMode: Tags