From 9c0903c8337fdeec4f5b8cb7f785a471a769ab24 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Tue, 5 Mar 2024 06:57:59 +0000 Subject: [PATCH] Update Massive to 2.31 (36246) --- metadata/com.massive.yml | 37 +++++++++++++++++++++++++++++++++++-- 1 file changed, 35 insertions(+), 2 deletions(-) diff --git a/metadata/com.massive.yml b/metadata/com.massive.yml index 4fd626dda4..a139218647 100644 --- a/metadata/com.massive.yml +++ b/metadata/com.massive.yml @@ -3678,7 +3678,40 @@ Builds: - node_modules/ ndk: r25b + - versionName: '2.31' + versionCode: 36246 + commit: 7c35da3f5bd443e70d1ca0550f80e91b65d7e366 + subdir: android/app + sudo: + - curl -Lo node.tar.gz https://nodejs.org/dist/v20.11.1/node-v20.11.1-linux-x64.tar.gz + - echo "bf3a779bef19452da90fb88358ec2c57e0d2f882839b20dc6afc297b6aafc0d7 node.tar.gz" + | sha256sum -c - + - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ + - sysctl fs.inotify.max_user_watches=524288 || true + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + init: npm install -f + gradle: + - yes + scanignore: + - node_modules/jsc-android + - node_modules/react-native/* + - node_modules/react-native-screens/android/build.gradle + - node_modules/@react-native-masked-view/masked-view/android/build.gradle + - node_modules/react-native-safe-area-context/android/build.gradle + - node_modules/react-native-linear-gradient/android/build.gradle + - node_modules/react-native-svg/android/build.gradle + - node_modules/react-native-reanimated/android/build.gradle + - node_modules/react-native-share/android/build.gradle + - node_modules/react-native-vector-icons/android/build.gradle + - node_modules/react-native-pager-view/android/build.gradle + - node_modules/react-native-permissions/android/build.gradle + scandelete: + - node_modules/ + ndk: r25b + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: '2.30' -CurrentVersionCode: 36245 +CurrentVersion: '2.31' +CurrentVersionCode: 36246