jitsi meet: add 20.0.3

This commit is contained in:
Marcus Hoffmann 2020-03-18 11:35:44 +01:00
parent d631134c8b
commit 9a215ab823

View file

@ -87,13 +87,61 @@ Builds:
- node_modules/react-native-webview/android/build.gradle
- node_modules/@react-native-community/google-signin/android/build.gradle
- versionName: 20.0.3
versionCode: 200300
commit: android-20.0.3
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/node-sass/vendor
- 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
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
- WebRTC
- JavaScript Core (required by React Native)
- Hermes (JS engine, required by React Native)
Jitsi Meet is fully funded by 8x8 and does not take donations.
AutoUpdateMode: None
UpdateCheckMode: Tags
UpdateCheckMode: Tags ^android-[0-9.]*$
CurrentVersion: 20.0.3
CurrentVersionCode: 200300