JitsiMeet - update recipe

This commit is contained in:
Licaon_Kter 2021-10-17 00:01:36 +03:00
parent 82c5e85f01
commit 43b90e322f

View file

@ -798,6 +798,59 @@ Builds:
- node_modules/react-native-device-info/android/build.gradle
ndk: r21e
- versionName: 21.4.1
versionCode: 214010
commit: android-21.4.1
subdir: android/app
sudo:
- sysctl fs.inotify.max_user_watches=524288
- curl -Lo node.tar.xz https://nodejs.org/dist/v14.18.1/node-v14.18.1-linux-x64.tar.xz
- echo "ad1e3baa1aee8028b43206da3b2be9b8867cb598b4318bc88a0ae4518cc062a2 node.tar.xz"
| sha256sum -c -
- tar xJf node.tar.xz
- cp -a node-v14.18.1-linux-x64/. /usr/local/
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/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/hermes-engine
- node_modules/node-notifier
- node_modules/react-native-webrtc/ios
- node_modules/bplist-parser
- node_modules/jetifier/lib/*.jar
- node_modules/react-native/template
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
- node_modules/shaka-player/third_party/closure/compiler.jar
- node_modules/bowser/bundled.js.gz
- node_modules/bowser/es5.js.gz
scanignore:
- android/build.gradle
- android/sdk/build.gradle
- node_modules/jsc-android
- node_modules/react-native-svg/android/build.gradle
- node_modules/react-native-webrtc
- node_modules/react-native/android
- node_modules/react-native-webview/android/build.gradle
- node_modules/@amplitude/react-native/android/build.gradle
- node_modules/@react-native-community/google-signin/android/build.gradle
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
- node_modules/react-native-device-info/android/build.gradle
- node_modules/react-native-performance/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
@ -808,5 +861,5 @@ MaintainerNotes: |-
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: 21.3.0
CurrentVersionCode: 213000
CurrentVersion: 21.4.1
CurrentVersionCode: 214010