mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
JitsiMeet update
This commit is contained in:
parent
9569e5f555
commit
eb3b218f2d
1 changed files with 60 additions and 0 deletions
|
|
@ -851,6 +851,66 @@ Builds:
|
|||
- node_modules/react-native-performance/android/build.gradle
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 21.5.0
|
||||
versionCode: 215000
|
||||
commit: da0cb2b837942efa76319b7b7b79c4d356b7fa11
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288
|
||||
- curl -Lo node.tar.xz https://nodejs.org/dist/v14.18.2/node-v14.18.2-linux-x64.tar.xz
|
||||
- echo "dae683f911fe5af11f1dc9d7746d80fccdb1e7b4bef31a570f5daffadd897c42 node.tar.xz"
|
||||
| sha256sum -c -
|
||||
- tar xJf node.tar.xz
|
||||
- cp -a node-v14.18.2-linux-x64/. /usr/local/
|
||||
- npm i -g npm@8.3.0
|
||||
init:
|
||||
- sed -E -i 's/^.*(fabric|com\.(crashlytics|google\.(firebase|android.gms))).*$//g'
|
||||
build.gradle
|
||||
- sed -E -i 's/^.*fabric.*$//g' ../build.gradle
|
||||
- sed -E -i 's/libreBuild =.*$/libreBuild = true/g' ../build.gradle
|
||||
- sed -E -i 's/^.*fabric.*$//g' ../../package.json
|
||||
- sed -E -i 's/vcode =.*$/vcode = $$VERCODE$$/g' build.gradle
|
||||
- sed -i '/flow-bin/d' ../../package.json
|
||||
- sed -E -i 's/^.*libflacjs.*$//g' ../../package.json
|
||||
- export LIBRE_BUILD=true
|
||||
- npm install
|
||||
- truncate -s 0 ../../node_modules/@react-native-community/cli/build/commands/server/external/xsel
|
||||
- sed -E -i 's/^.*google.*play.*services.*$//g' ../../node_modules/@react-native-community/google-signin/android/build.gradle
|
||||
- sed -E -i '/installreferrer/,+11d' ../../node_modules/react-native-device-info/android/build.gradle
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- node_modules/bowser/bundled.js.gz
|
||||
- node_modules/bowser/es5.js.gz
|
||||
- node_modules/bplist-parser
|
||||
- node_modules/jetifier/lib/*.jar
|
||||
- node_modules/hermes-engine
|
||||
- node_modules/node-notifier
|
||||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||||
- node_modules/react-native/template
|
||||
- node_modules/react-native-webrtc/ios
|
||||
- node_modules/shaka-player/third_party/closure/compiler.jar
|
||||
- react/features/facial-recognition/resources/*-shard1
|
||||
scanignore:
|
||||
- android/build.gradle
|
||||
- android/sdk/build.gradle
|
||||
- node_modules/jsc-android
|
||||
- node_modules/@amplitude/react-native/android/build.gradle
|
||||
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
||||
- node_modules/@react-native-community/google-signin/android/build.gradle
|
||||
- node_modules/@react-native-masked-view/masked-view/android/build.gradle
|
||||
- node_modules/react-native/android
|
||||
- node_modules/react-native-device-info/android/build.gradle
|
||||
- node_modules/react-native-performance/android/build.gradle
|
||||
- node_modules/react-native-reanimated/android/build.gradle
|
||||
- node_modules/react-native-reanimated/android/build.gradle
|
||||
- node_modules/react-native-safe-area-context/android/build.gradle
|
||||
- node_modules/react-native-screens/android/build.gradle
|
||||
- node_modules/react-native-svg/android/build.gradle
|
||||
- node_modules/react-native-webrtc
|
||||
- node_modules/react-native-webview/android/build.gradle
|
||||
ndk: r21e
|
||||
|
||||
MaintainerNotes: |-
|
||||
3 directories are currently (scan)ignored as they contain binaries which are currently deemed acceptable for inclusion
|
||||
- React Native
|
||||
|
|
|
|||
Loading…
Reference in a new issue