mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-17 19:42:02 +00:00
Update LeMondeRssReader to 2.1.6 (29)
This commit is contained in:
parent
a523394f02
commit
a5caef6253
1 changed files with 44 additions and 2 deletions
|
|
@ -280,7 +280,49 @@ Builds:
|
||||||
- node_modules/react-native-localize/android/build.gradle
|
- node_modules/react-native-localize/android/build.gradle
|
||||||
- node_modules/react-native-vector-icons/android/build.gradle
|
- node_modules/react-native-vector-icons/android/build.gradle
|
||||||
|
|
||||||
|
- versionName: 2.1.6
|
||||||
|
versionCode: 29
|
||||||
|
commit: v2.1.6
|
||||||
|
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
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 2.1.5
|
CurrentVersion: 2.1.6
|
||||||
CurrentVersionCode: 28
|
CurrentVersionCode: 29
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue