From 8f3d47115a3d7aad6680f0ac4935ff9dff9af9d5 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sun, 12 Nov 2023 07:29:40 +0000 Subject: [PATCH] Update Massive to 1.178 (36204) --- metadata/com.massive.yml | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/metadata/com.massive.yml b/metadata/com.massive.yml index 78ebb3d226..b0b1161d90 100644 --- a/metadata/com.massive.yml +++ b/metadata/com.massive.yml @@ -3273,7 +3273,37 @@ Builds: - node_modules/ ndk: r21d + - versionName: '1.178' + versionCode: 36204 + commit: afed5f1d5488d0ab3d89c3ff78671fafd79f8cd6 + subdir: android/app + sudo: + - curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz + - echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz" + | sha256sum -c - + - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ + - sysctl fs.inotify.max_user_watches=524288 || true + 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/@types/react-native-svg-charts/node_modules/react-native-svg/android/build.gradle + - node_modules/react-native-vector-icons/android/build.gradle + - node_modules/react-native-pager-view/android/build.gradle + scandelete: + - node_modules/ + ndk: r21d + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: '1.173' -CurrentVersionCode: 36199 +CurrentVersion: '1.178' +CurrentVersionCode: 36204