Update Fintunes to 2.3.0 (25)

This commit is contained in:
F-Droid checkupdates bot 2024-02-13 14:28:02 +00:00
parent 6797de91d9
commit 8eb8ae6602

View file

@ -139,7 +139,47 @@ Builds:
scandelete:
- node_modules
- versionName: 2.3.0
versionCode: 25
commit: 20145a4c7a3a828b6965cc20ad36aaeed1f1ccd5
subdir: android/app/
sudo:
- sysctl fs.inotify.max_user_watches=524288 || true
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.13.1/node-v16.13.1-linux-x64.tar.gz
- echo "5f80197d654fd0b749cdeddf1f07a5eac1fcf6b423a00ffc8f2d3bea9c6dc8d1 node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
- mkdir ~/.npm-global
- npm --global install yarn
init:
- cd ../..
- npm install --build-from-source
gradle:
- yes
rm:
- ios
scanignore:
- node_modules/jsc-android
- node_modules/hermes-engine
- node_modules/react-native/sdks/hermesc
- node_modules/react-native-reanimated/android/build.gradle
- node_modules/react-native-flipper/android/build.gradle
- node_modules/react-native-webview/android/build.gradle
- node_modules/@shopify/react-native-skia/android/build.gradle
- node_modules/@shopify/react-native-skia/libs/*/
- node_modules/react-native-safe-area-context/android/build.gradle
- node_modules/@react-native-community/netinfo/android/build.gradle
- node_modules/@react-native-community/blur/android/build.gradle
- node_modules/react-native-fast-image/android/build.gradle
- node_modules/react-native-track-player/android/build.gradle
- node_modules/react-native-screens/android/build.gradle
- node_modules/react-native-svg/android/build.gradle
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
- node_modules/react-native-localize/android/build.gradle
scandelete:
- node_modules
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 2.2.0
CurrentVersionCode: 23
CurrentVersion: 2.3.0
CurrentVersionCode: 25