mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
jitsi: add new version
This commit is contained in:
parent
04692b4a2d
commit
3e0205f96f
1 changed files with 48 additions and 2 deletions
|
|
@ -170,6 +170,52 @@ Builds:
|
|||
- node_modules/react-native-webview/android/build.gradle
|
||||
- node_modules/@react-native-community/google-signin/android/build.gradle
|
||||
|
||||
- versionName: 20.2.0
|
||||
versionCode: 202000
|
||||
commit: android-20.2.0
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288
|
||||
- sysctl -p
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y -t stretch-backports npm
|
||||
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
|
||||
- truncate -s 0 ../../node_modules/react-native/node_modules/@react-native-community/cli/build/commands/server/external/xsel
|
||||
- sed -E -i 's/^.*google.*play.*services.*$//g' ../../node_modules/@react-native-community/google-signin/android/build.gradle
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- node_modules/node-sass/vendor
|
||||
- node_modules/jsc-android
|
||||
- node_modules/node-notifier
|
||||
- node_modules/react-native-webrtc/ios
|
||||
- node_modules/bplist-parser
|
||||
- node_modules/css-element-queries
|
||||
- node_modules/jquery-contextmenu
|
||||
- node_modules/jQuery-Impromptu
|
||||
- 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
|
||||
scanignore:
|
||||
- android/build.gradle
|
||||
- android/sdk/build.gradle
|
||||
- node_modules/hermes-engine
|
||||
- node_modules/react-native-svg/android/build.gradle
|
||||
- node_modules/react-native-webrtc
|
||||
- node_modules/react-native/android
|
||||
- node_modules/react-native-webview/android/build.gradle
|
||||
- node_modules/@react-native-community/google-signin/android/build.gradle
|
||||
|
||||
MaintainerNotes: |-
|
||||
3 directories are currently (scan)ignored as they contain binaries which are currently deemed acceptable for inclusion
|
||||
- React Native
|
||||
|
|
@ -180,5 +226,5 @@ MaintainerNotes: |-
|
|||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags ^android-[0-9.]*$
|
||||
CurrentVersion: 20.1.0
|
||||
CurrentVersionCode: 201000
|
||||
CurrentVersion: 20.2.0
|
||||
CurrentVersionCode: 202000
|
||||
|
|
|
|||
Loading…
Reference in a new issue