Update Sushi to 1.7 (8)

This commit is contained in:
F-Droid checkupdates bot 2022-06-06 03:59:58 +00:00
parent ce0b9174f1
commit 8d14ed0448

View file

@ -90,7 +90,33 @@ Builds:
scandelete:
- node_modules/
- versionName: '1.7'
versionCode: 8
commit: 773d95df55cbe76eb99896fe05d598cc1caecbd1
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:
- ios
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
scandelete:
- node_modules/
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: '1.6'
CurrentVersionCode: 7
CurrentVersion: '1.7'
CurrentVersionCode: 8