JitsiMeet 20.4.2

This commit is contained in:
licaon-kter 2020-11-14 22:35:37 +02:00
parent 602a65d3be
commit a7a5ee8aa9

View file

@ -405,6 +405,54 @@ Builds:
- node_modules/react-native-webview/android/build.gradle
- node_modules/@react-native-community/google-signin/android/build.gradle
- versionName: 20.4.2
versionCode: 204020
commit: android-20.4.2
subdir: android/app
sudo:
- sysctl fs.inotify.max_user_watches=524288
- sysctl -p
- apt-get update || apt-get update
- apt-get install -y -t stretch-backports npm
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
gradle:
- yes
rm:
- node_modules/jsc-android
- node_modules/node-notifier
- node_modules/react-native-webrtc/ios
- node_modules/bplist-parser
- node_modules/css-element-queries
- node_modules/jquery-contextmenu
- node_modules/jQuery-Impromptu
- 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/webrtc-adapter/out/adapter.js.gz
- node_modules/bowser/bundled.js.gz
- node_modules/bowser/es5.js.gz
scanignore:
- android/build.gradle
- android/sdk/build.gradle
- node_modules/hermes-engine
- 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/@react-native-community/google-signin/android/build.gradle
MaintainerNotes: |-
3 directories are currently (scan)ignored as they contain binaries which are currently deemed acceptable for inclusion
- React Native
@ -415,5 +463,5 @@ MaintainerNotes: |-
AutoUpdateMode: None
UpdateCheckMode: Tags ^android-[0-9.]*$
CurrentVersion: 20.4.1
CurrentVersionCode: 204010
CurrentVersion: 20.4.2
CurrentVersionCode: 204020