mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update LeMondeRssReader to 3.0.2 (32)
This commit is contained in:
parent
e0d73a3482
commit
545ee37268
1 changed files with 36 additions and 2 deletions
|
|
@ -344,7 +344,41 @@ Builds:
|
|||
- node_modules
|
||||
ndk: r20
|
||||
|
||||
- versionName: 3.0.2
|
||||
versionCode: 32
|
||||
commit: dc61030e8e0eac360f6690c557ab62265df63cdd
|
||||
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.1
|
||||
CurrentVersionCode: 31
|
||||
CurrentVersion: 3.0.2
|
||||
CurrentVersionCode: 32
|
||||
|
|
|
|||
Loading…
Reference in a new issue