mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
jitsi.meet - update
This commit is contained in:
parent
7dbfce0f20
commit
d422150062
1 changed files with 58 additions and 2 deletions
|
|
@ -1101,6 +1101,62 @@ Builds:
|
|||
- node_modules/
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 22.5.1
|
||||
versionCode: 225001
|
||||
commit: 2d7968b68378b082b2f82c81923145614bcab2ff
|
||||
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.17.0/node-v16.17.0-linux-x64.tar.xz
|
||||
- echo "f0867d7a17a4d0df7dbb7df9ac3f9126c2b58f75450647146749ef296b31b49b node.tar.xz"
|
||||
| sha256sum -c -
|
||||
- tar xJf node.tar.xz --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/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-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
|
||||
|
|
@ -1111,5 +1167,5 @@ MaintainerNotes: |-
|
|||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 22.4.0
|
||||
CurrentVersionCode: 224001
|
||||
CurrentVersion: 22.5.1
|
||||
CurrentVersionCode: 225001
|
||||
|
|
|
|||
Loading…
Reference in a new issue