From afb51dcaa3e164d16537f9b78cd9796c67db716d Mon Sep 17 00:00:00 2001 From: austinried <165652-austinried@users.noreply.gitlab.com> Date: Tue, 12 Apr 2022 05:49:19 +0000 Subject: [PATCH] update com.subtracks 1.2.0 --- metadata/com.subtracks.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/metadata/com.subtracks.yml b/metadata/com.subtracks.yml index 5cbd367382..73c82c0036 100644 --- a/metadata/com.subtracks.yml +++ b/metadata/com.subtracks.yml @@ -240,11 +240,9 @@ Builds: - curl -Lo node.tar.xz https://nodejs.org/dist/v14.17.5/node-v14.17.5-linux-x64.tar.xz - echo "2d759de07a50cd7f75bd73d67e97b0d0e095ee3c413efac7d1b3d1e84ed76fff node.tar.xz" | sha256sum -c - - - tar xJf node.tar.xz - - cp -a node-v14.17.5-linux-x64/. /usr/local/ + - tar xJf node.tar.xz --strip-components=1 -C /usr/local/ - npm -g install yarn - apt-get update || apt-get update - - apt-get install -y wget - apt-get install -y openjdk-11-jdk-headless - update-alternatives --auto java gradle: @@ -260,7 +258,7 @@ Builds: - rm -rf .yarncache - cd $$react-native-reanimated$$ - echo -e "android { ndkVersion '21.4.7075529' }" >> build.gradle - - yarn add react-native@0.67.1 + - yarn add react-native@0.67.4 scanignore: - android/build.gradle - node_modules/jsc-android @@ -271,7 +269,7 @@ Builds: - node_modules/react-native-webview/android/build.gradle - node_modules/react-native/template/android/build.gradle - node_modules/react-native-image-colors/android/build.gradle - - node_modules/react-native-get-random-values/android/build.gradle + - node_modules/react-native-blob-util/android/build.gradle - node_modules/react-native-track-player/android/build.gradle - node_modules/react-native-vector-icons/android/build.gradle - node_modules/@react-native-async-storage/async-storage/android/build.gradle