mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Update LeMondeRssReader to 2.1.5 (28)
This commit is contained in:
parent
2f2c17b9c2
commit
1d18756ad4
1 changed files with 44 additions and 2 deletions
|
|
@ -237,7 +237,49 @@ Builds:
|
|||
- node_modules/react-native-localize/android/build.gradle
|
||||
- node_modules/react-native-vector-icons/android/build.gradle
|
||||
|
||||
- versionName: 2.1.5
|
||||
versionCode: 28
|
||||
commit: v2.1.5
|
||||
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
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- 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
|
||||
scanignore:
|
||||
- android/build.gradle
|
||||
- node_modules/jsc-android
|
||||
- node_modules/hermes-engine
|
||||
- node_modules/react-native-svg/android/build.gradle
|
||||
- node_modules/react-native/android
|
||||
- node_modules/react-native-webview/android/build.gradle
|
||||
- node_modules/@react-native-community/async-storage/android/build.gradle
|
||||
- node_modules/react-native-reanimated/android/build.gradle
|
||||
- node_modules/@react-native-community/masked-view/android/build.gradle
|
||||
- node_modules/react-native-screens/android/build.gradle
|
||||
- node_modules/react-native-safe-area-context/android/build.gradle
|
||||
- node_modules/react-native-localize/android/build.gradle
|
||||
- node_modules/react-native-vector-icons/android/build.gradle
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 2.1.4
|
||||
CurrentVersionCode: 27
|
||||
CurrentVersion: 2.1.5
|
||||
CurrentVersionCode: 28
|
||||
|
|
|
|||
Loading…
Reference in a new issue