Update LeMondeRssReader to 3.0.1 (31)

This commit is contained in:
F-Droid checkupdates bot 2023-05-03 17:27:55 +00:00
parent 5180d3b8bc
commit 619986c979

View file

@ -350,7 +350,41 @@ Builds:
- node_modules
ndk: r20
- versionName: 3.0.1
versionCode: 31
commit: 2f6d9e94ed48055d398d6642670e32f5efb4d748
subdir: android/app
sudo:
- sysctl fs.inotify.max_user_watches=524288 || true
- curl -Lo node.tar.gz https://nodejs.org/dist/v18.12.1/node-v18.12.1-linux-x64.tar.gz
- echo "a8fcacb8033504e6d704bdee821f7005ee3774db25c799bcf2a13b5bda7de172 node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
- npm install -g yarn
gradle:
- yes
prebuild:
- cd ../..
- yarn
- sed -i -e '/installreferrer/,+11d' node_modules/react-native-device-info/android/build.gradle
scanignore:
- node_modules/jsc-android
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
- 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-reanimated/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
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
- node_modules/@react-native-masked-view/masked-view/android/build.gradle
scandelete:
- node_modules
ndk: r20
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 3.0.0
CurrentVersionCode: 30
CurrentVersion: 3.0.1
CurrentVersionCode: 31