Update com.drip

This commit is contained in:
jugendhacker 2024-01-23 13:30:32 +00:00 committed by linsui
parent 0479282257
commit f69f2094db

View file

@ -137,6 +137,52 @@ Builds:
- cp -r $$NodejsMobile$$/out_android/* ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/
ndk: r21e
- versionName: 1.2311.14
versionCode: 25
commit: Android-1.2311.14
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/datetimepicker/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