From 1096efa7d9a64fdec459c2add1cc79a6bd748828 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Fri, 24 May 2024 07:09:41 +0000 Subject: [PATCH] Update Massive to 2.36 (36251) --- metadata/com.massive.yml | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/metadata/com.massive.yml b/metadata/com.massive.yml index e56b42f63e..0ef3dce975 100644 --- a/metadata/com.massive.yml +++ b/metadata/com.massive.yml @@ -3792,7 +3792,34 @@ Builds: - node_modules/ ndk: r25b + - versionName: '2.36' + versionCode: 36251 + commit: e553e6cb9111c1def173b64b3860a8a0ade634ca + subdir: android/app + sudo: + - apt-get update + - apt-get install -y npm + 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.35' -CurrentVersionCode: 36250 +CurrentVersion: '2.36' +CurrentVersionCode: 36251