From 9ce68dfba011bf0232e18bd9da91161b9a813c52 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Wed, 6 Nov 2024 05:55:36 +0000 Subject: [PATCH] Update drip to 1.2410.29 (39) --- metadata/com.drip.yml | 50 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 48 insertions(+), 2 deletions(-) diff --git a/metadata/com.drip.yml b/metadata/com.drip.yml index 668572d0f0..0e2c399049 100644 --- a/metadata/com.drip.yml +++ b/metadata/com.drip.yml @@ -228,6 +228,52 @@ Builds: - cp -r $$realm$$/react-native/android/src/main/jniLibs/* ../../node_modules/realm/react-native/android/src/main/jniLibs/ ndk: r21e + - versionName: 1.2410.29 + versionCode: 39 + commit: 8b101ec952d692acd3067ffd7bf95a0e6cc4882f + subdir: android/app + sudo: + - sysctl fs.inotify.max_user_watches=524288 + - curl -Lo node.tar.gz https://nodejs.org/download/release/v14.19.3/node-v14.19.3-linux-x64.tar.gz + - echo "cc9d17834eb383565a3368f4222b825f341190813537c677973fc913dcc7bdd1 node.tar.gz" + | sha256sum -c - + - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ + - npm -g install yarn + - apt-get update + - apt-get install -y cmake + gradle: + - yes + srclibs: + - realm@d45b632e31c02a871ccf60c5ce2e51736b79852f + prebuild: + - sed -i -e '/keystoreProperties/d' build.gradle + - yarn install --frozen-lockfile + - sdkmanager "cmake;3.18.1" + scanignore: + - node_modules/jsc-android + - node_modules/hermes-engine/android + - node_modules/react-native/android/com/facebook/react/react-native/*/ + - android/build.gradle + - node_modules/react-native/template/android/build.gradle + - node_modules/react-native/ReactAndroid/build.gradle + - node_modules/react-native-document-picker/android/build.gradle + - node_modules/react-native-vector-icons/android/build.gradle + - node_modules/@react-native-async-storage/async-storage/android/build.gradle + - node_modules/react-native-permissions/android/build.gradle + - node_modules/@react-native-community/art/android/build.gradle + - node_modules/@react-native-community/push-notification-ios/android/build.gradle + - node_modules/react-native-share/android/build.gradle + - node_modules/realm/react-native/android/build.gradle + scandelete: + - node_modules + build: + - pushd $$realm$$ + - npm ci + - node scripts/build-android.js + - popd + - cp -r $$realm$$/react-native/android/src/main/jniLibs/* ../../node_modules/realm/react-native/android/src/main/jniLibs/ + ndk: r21e + MaintainerNotes: |- scanignore is used to allow the "node_modules/react-native/android" local Maven repository which contains the prebuilt react-native library which we get from npm. sed is used to remove some custom maven repos from dependencies because they bother the fdroid build @@ -235,5 +281,5 @@ MaintainerNotes: |- AutoUpdateMode: None UpdateCheckMode: Tags ^(Release|Android)- -CurrentVersion: 1.2403.19 -CurrentVersionCode: 33 +CurrentVersion: 1.2410.29 +CurrentVersionCode: 39