mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
Update drip to 1.2410.29 (39)
This commit is contained in:
parent
6313da12f0
commit
9ce68dfba0
1 changed files with 48 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue