diff --git a/metadata/org.jitsi.meet.yml b/metadata/org.jitsi.meet.yml index 90e477e205..10c045d3e2 100644 --- a/metadata/org.jitsi.meet.yml +++ b/metadata/org.jitsi.meet.yml @@ -971,6 +971,79 @@ Builds: - node_modules/react-native-webview/android/build.gradle ndk: r21e + - versionName: 22.1.1 + versionCode: 221010 + commit: dbabdf33511c672d065f730d2ee9fea012c1dede + subdir: android/app + sudo: + - sysctl fs.inotify.max_user_watches=524288 + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + - curl -Lo node.tar.xz https://nodejs.org/dist/v16.14.2/node-v16.14.2-linux-x64.tar.xz + - echo "e40c6f81bfd078976d85296b5e657be19e06862497741ad82902d0704b34bb1b node.tar.xz" + | sha256sum -c - + - tar xJf node.tar.xz + - cp -a node-v16.14.2-linux-x64/. /usr/local/ + - npm i -g npm@latest + init: + - echo start 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 + - sed -i -e '/play-services/d' ../../node_modules/react-native-device-info/android/build.gradle + - sed -i -e '/installReferrerVersion/,+11d' ../../node_modules/react-native-device-info/android/build.gradle + - sed -i -e "/leakcanary/a implementation(project(':react-native-device-info')) + { exclude group\x3a 'com.google.firebase'\\ exclude group\x3a 'com.google.android.gms'\\ + exclude group\x3a 'com.android.installreferrer'\\ }" build.gradle + - sed -E -i 's/^.*google.*play.*services.*$//g' ../../node_modules/@react-native-google-signin/google-signin/android/build.gradle + - pushd ../.. + gradle: + - yes + rm: + - node_modules/hermes-engine + - 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/app/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-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-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 + - node_modules/@react-native-community/netinfo/android/build.gradle + - node_modules/react-native-get-random-values/android/build.gradle + - node_modules/@react-native-google-signin/google-signin/android/build.gradle + - node_modules/react-native/ReactAndroid/build.gradle + - node_modules/react-native-pager-view/android/build.gradle + - node_modules/react-native-reanimated/android/build.gradle + scandelete: + - node_modules + - react + ndk: r23 + MaintainerNotes: |- 3 directories are currently (scan)ignored as they contain binaries which are currently deemed acceptable for inclusion - React Native @@ -981,5 +1054,5 @@ MaintainerNotes: |- AutoUpdateMode: None UpdateCheckMode: None -CurrentVersion: 21.6.0 -CurrentVersionCode: 216000 +CurrentVersion: 22.1.1 +CurrentVersionCode: 221010