Update drip to 1.2411.20 (42)

This commit is contained in:
F-Droid checkupdates bot 2024-11-22 04:41:47 +00:00 committed by linsui
parent 703a72a091
commit 7f06db0b7e

View file

@ -274,6 +274,51 @@ Builds:
- cp -r $$realm$$/react-native/android/src/main/jniLibs/* ../../node_modules/realm/react-native/android/src/main/jniLibs/
ndk: r21e
- versionName: 1.2411.20
versionCode: 42
commit: 91361a8d49bddaea661966b7788df83b04c3ffb2
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:
- 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
@ -281,5 +326,5 @@ MaintainerNotes: |-
AutoUpdateMode: None
UpdateCheckMode: Tags ^(Release|Android)-
CurrentVersion: 1.2410.29
CurrentVersionCode: 39
CurrentVersion: 1.2411.20
CurrentVersionCode: 42