From f69f2094dbae42ea676b581ca8c04c02ff2c2c20 Mon Sep 17 00:00:00 2001 From: jugendhacker Date: Tue, 23 Jan 2024 13:30:32 +0000 Subject: [PATCH] Update com.drip --- metadata/com.drip.yml | 46 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/metadata/com.drip.yml b/metadata/com.drip.yml index bc60dcb248..f00439f342 100644 --- a/metadata/com.drip.yml +++ b/metadata/com.drip.yml @@ -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