From fc857152064c279b9cf8c6feab5f47a70119e535 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Klap=C3=A1=C4=8D?= Date: Sat, 3 Feb 2024 04:06:00 +0000 Subject: [PATCH] update com.nunti.yml ndk version --- metadata/com.nunti.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/metadata/com.nunti.yml b/metadata/com.nunti.yml index 3ac7709942..715ef84133 100644 --- a/metadata/com.nunti.yml +++ b/metadata/com.nunti.yml @@ -686,6 +686,9 @@ Builds: - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ - npm install -g yarn - sysctl fs.inotify.max_user_watches=524288 || true + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a init: - cd ../.. - npm install --omit=optional --legacy-peer-deps @@ -707,7 +710,7 @@ Builds: - Nunti/node_modules/@react-native-masked-view/masked-view/android/build.gradle scandelete: - Nunti/node_modules - ndk: r23b + ndk: r25b AutoUpdateMode: Version UpdateCheckMode: Tags