mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
JitsiMeet update
This commit is contained in:
parent
180dd3828d
commit
80f6627656
1 changed files with 75 additions and 2 deletions
|
|
@ -1044,6 +1044,79 @@ Builds:
|
|||
- react
|
||||
ndk: r23
|
||||
|
||||
- versionName: 22.2.0
|
||||
versionCode: 222000
|
||||
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 mc
|
||||
- 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:
|
||||
- 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/@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
|
||||
|
||||
MaintainerNotes: |-
|
||||
3 directories are currently (scan)ignored as they contain binaries which are currently deemed acceptable for inclusion
|
||||
- React Native
|
||||
|
|
@ -1054,5 +1127,5 @@ MaintainerNotes: |-
|
|||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 22.1.1
|
||||
CurrentVersionCode: 221010
|
||||
CurrentVersion: 22.2.0
|
||||
CurrentVersionCode: 222000
|
||||
|
|
|
|||
Loading…
Reference in a new issue