diff --git a/metadata/org.jitsi.meet.yml b/metadata/org.jitsi.meet.yml index da90446529..ee5551faec 100644 --- a/metadata/org.jitsi.meet.yml +++ b/metadata/org.jitsi.meet.yml @@ -1060,7 +1060,6 @@ Builds: - cp -a node-v16.15.0-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/libreBuild =.*$/libreBuild = true/g' ../build.gradle @@ -1073,7 +1072,6 @@ Builds: { 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: @@ -1113,6 +1111,63 @@ Builds: - node_modules ndk: r21e + - versionName: 22.4.0 + versionCode: 224000 + commit: 2039feae947ac7db81e4f36e30d52278f6d4b30a + 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.16.0/node-v16.16.0-linux-x64.tar.xz + - echo "edcb6e9bb049ae365611aa209fc03c4bfc7e0295dbcc5b2f1e710ac70384a8ec node.tar.xz" + | sha256sum -c - + - tar xJf node.tar.xz + - cp -a node-v16.16.0-linux-x64/. /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 + gradle: + - yes + scanignore: + - android/app/build.gradle + - 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-reanimated/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 + 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 @@ -1123,5 +1178,5 @@ MaintainerNotes: |- AutoUpdateMode: None UpdateCheckMode: None -CurrentVersion: 22.2.0 -CurrentVersionCode: 222000 +CurrentVersion: 22.4.0 +CurrentVersionCode: 224000