From 206ae0a47329daff95e872fc537b4f4c15404dde Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Sun, 8 Jan 2023 23:06:06 +0000 Subject: [PATCH] jitsi.meet - update --- metadata/org.jitsi.meet.yml | 56 +++++++++++++++++++++++++++++++++++-- 1 file changed, 54 insertions(+), 2 deletions(-) diff --git a/metadata/org.jitsi.meet.yml b/metadata/org.jitsi.meet.yml index 6c86e633a2..41ce5434e8 100644 --- a/metadata/org.jitsi.meet.yml +++ b/metadata/org.jitsi.meet.yml @@ -1261,6 +1261,58 @@ Builds: - node_modules/ ndk: r21e + - versionName: 22.7.1 + versionCode: 227010 + commit: fa54ea89ad3939c518e98cfd70e7a59a82b95d09 + subdir: android/app + sudo: + - sysctl fs.inotify.max_user_watches=524288 + - curl -Lo node.tar.gz https://nodejs.org/dist/v16.19.0/node-v16.19.0-linux-x64.tar.gz + - echo "23770ba26a52cb8fedd1096613bbc419b8a033d774a457d9024bb5a0159f3585 node.tar.gz" + | sha256sum -c - + - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ + - npm i -g npm@latest + init: + - sed -E -i 's/^.*(fabric|com\.(crashlytics|google\.(firebase|android.gms))).*$//g' + build.gradle + - sed -E -i 's/libreBuild =.*$/libreBuild = true/g' ../build.gradle + - sed -E -i 's/vcode =.*$/vcode = $$VERCODE$$/g' build.gradle + - 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 + - sed -i -e '/maven/agoogle()' -e '/maven/d' ../../node_modules/react-native-video/android/build.gradle + gradle: + - yes + scanignore: + - android/build.gradle + - android/sdk/build.gradle + - node_modules/@amplitude/react-native/android/build.gradle + - node_modules/@giphy/react-native-sdk/android/build.gradle + - node_modules/jsc-android + - node_modules/react-native/android + - node_modules/@react-native-async-storage/async-storage/android/build.gradle + - node_modules/@react-native-community/netinfo/android/build.gradle + - node_modules/react-native-device-info/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-masked-view/masked-view/android/build.gradle + - node_modules/react-native-pager-view/android/build.gradle + - node_modules/react-native-performance/android/build.gradle + - node_modules/react-native/ReactAndroid/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 + scandelete: + - node_modules/ + ndk: r21e + MaintainerNotes: |- 3 directories are currently (scan)ignored as they contain binaries which are currently deemed acceptable for inclusion - React Native @@ -1271,5 +1323,5 @@ MaintainerNotes: |- AutoUpdateMode: None UpdateCheckMode: None -CurrentVersion: 22.7.0 -CurrentVersionCode: 227000 +CurrentVersion: 22.7.1 +CurrentVersionCode: 227010