mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
JitsiMeet - cleanup, update
This commit is contained in:
parent
07ce0df6c3
commit
3f37a85b40
1 changed files with 3 additions and 72 deletions
|
|
@ -1044,78 +1044,9 @@ Builds:
|
|||
- react
|
||||
ndk: r23
|
||||
|
||||
- versionName: 22.2.0
|
||||
versionCode: 222000
|
||||
disable: https://github.com/jitsi/jitsi-meet/issues/11759
|
||||
commit: 44319b377d465a986f90c9a1e7d9fab5cc37b35d
|
||||
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.15.0/node-v16.15.0-linux-x64.tar.xz
|
||||
- echo "ebdf4dc9d992d19631f0931cca2fc33c6d0d382543639bc6560d31d5060a8372 node.tar.xz"
|
||||
| sha256sum -c -
|
||||
- tar xJf node.tar.xz
|
||||
- cp -a node-v16.15.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
|
||||
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/@giphy/react-native-sdk/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
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 22.4.0
|
||||
versionCode: 224000
|
||||
disable: https://github.com/jitsi/jitsi-meet/issues/11759
|
||||
commit: 2039feae947ac7db81e4f36e30d52278f6d4b30a
|
||||
versionCode: 224001
|
||||
commit: 9fedbab80a08190eacfe0ffc6f3f701ff50f2329
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288
|
||||
|
|
@ -1181,4 +1112,4 @@ MaintainerNotes: |-
|
|||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 22.4.0
|
||||
CurrentVersionCode: 224000
|
||||
CurrentVersionCode: 224001
|
||||
|
|
|
|||
Loading…
Reference in a new issue