mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
LeMondeRssReader: fix 2.1.6
This commit is contained in:
parent
fcd3c81898
commit
b2c0197b82
1 changed files with 17 additions and 25 deletions
|
|
@ -282,48 +282,40 @@ Builds:
|
||||||
|
|
||||||
- versionName: 2.1.6
|
- versionName: 2.1.6
|
||||||
versionCode: 29
|
versionCode: 29
|
||||||
disable: 'fails to build: Unexpected token vm.js:80:10'
|
|
||||||
commit: 2.1.6
|
commit: 2.1.6
|
||||||
subdir: android/app
|
subdir: android/app
|
||||||
sudo:
|
sudo:
|
||||||
- sysctl fs.inotify.max_user_watches=524288
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||||
- sysctl -p
|
- curl -Lo node.tar.xz https://nodejs.org/dist/v14.17.6/node-v14.17.6-linux-x64.tar.xz
|
||||||
- apt-get update || apt-get update
|
- echo "3bbe4faf356738d88b45be222bf5e858330541ff16bd0d4cfad36540c331461b node.tar.xz"
|
||||||
- apt-get install -y -t stretch-backports npm
|
| sha256sum -c -
|
||||||
init:
|
- tar xJf node.tar.xz --strip-components=1 -C /usr/local/
|
||||||
- sed -E -i 's/^.*(fabric|com\.(crashlytics|google\.(firebase|android.gms))).*$//g'
|
- npm install -g yarn
|
||||||
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:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
rm:
|
prebuild:
|
||||||
- node_modules/bplist-parser
|
- cd ../..
|
||||||
- node_modules/jetifier/lib/*.jar
|
- yarn
|
||||||
- node_modules/react-native/template
|
- sed -i -e '/installreferrer/,+11d' node_modules/react-native-device-info/android/build.gradle
|
||||||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
|
||||||
scanignore:
|
scanignore:
|
||||||
- android/build.gradle
|
- android/build.gradle
|
||||||
- node_modules/jsc-android
|
- node_modules/jsc-android
|
||||||
- node_modules/hermes-engine
|
- node_modules/hermes-engine
|
||||||
- node_modules/react-native-svg/android/build.gradle
|
|
||||||
- node_modules/react-native/android
|
- node_modules/react-native/android
|
||||||
|
- node_modules/react-native-device-info/android/build.gradle
|
||||||
|
- node_modules/react-native-svg/android/build.gradle
|
||||||
- node_modules/react-native-webview/android/build.gradle
|
- 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-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-screens/android/build.gradle
|
||||||
- node_modules/react-native-safe-area-context/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-localize/android/build.gradle
|
||||||
- node_modules/react-native-vector-icons/android/build.gradle
|
- node_modules/react-native-vector-icons/android/build.gradle
|
||||||
|
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
||||||
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
||||||
|
scandelete:
|
||||||
|
- node_modules
|
||||||
|
|
||||||
AutoUpdateMode: Version %v
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 2.1.6
|
CurrentVersion: 2.1.6
|
||||||
CurrentVersionCode: 29
|
CurrentVersionCode: 29
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue