Update Bacon to 1.6.1 (13)

This commit is contained in:
F-Droid checkupdates bot 2023-01-04 07:07:25 +00:00
parent 76bad3790c
commit f5bdd4f0ba

View file

@ -74,7 +74,38 @@ Builds:
scandelete:
- node_modules/
- versionName: 1.6.1
versionCode: 13
commit: cc28383f45ed6bf372129e97be3b67645786a5b1
subdir: android/app
sudo:
- sysctl fs.inotify.max_user_watches=524288
- curl -Lo node.tar.xz https://nodejs.org/dist/v14.19.1/node-v14.19.1-linux-x64.tar.xz
- echo "2a28ee68c58e2c3a2a4deecdf9ee1d7080afd69ebe211cf5141d45df8f4ecc77 node.tar.xz"
| sha256sum -c -
- tar xJf node.tar.xz --strip-components=1 -C /usr/local/
init: npm ci
gradle:
- yes
rm:
- node_modules/chokidar/node_modules/fsevents/fsevents.node
- node_modules/jest-haste-map/node_modules/fsevents/fsevents.node
scanignore:
- android/build.gradle
- node_modules/jsc-android
- node_modules/react-native/android/com/facebook/react/react-native/*/
- node_modules/react-native-safe-area-context/android/build.gradle
- node_modules/react-native-screens/android/build.gradle
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
- node_modules/react-native-svg/android/build.gradle
- node_modules/react-native-reanimated/android/build.gradle
- node_modules/react-native-ble-manager/android/build.gradle
- node_modules/@react-native-community/masked-view/android/build.gradle
- node_modules/@react-native-community/art/android/build.gradle
scandelete:
- node_modules/
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 1.5.1
CurrentVersionCode: 12
CurrentVersion: 1.6.1
CurrentVersionCode: 13