Update Sushi to 1.15 (15)

This commit is contained in:
F-Droid checkupdates bot 2023-02-05 06:47:12 +00:00
parent b683cda6b0
commit 79c9d78ae9

View file

@ -280,7 +280,35 @@ Builds:
scandelete:
- node_modules/
- versionName: '1.15'
versionCode: 15
commit: 9e19fabd743ff637f78696ca4a67188c76e5648e
subdir: android/app
sudo:
- sysctl fs.inotify.max_user_watches=524288 || true
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.19.0/node-v16.19.0-linux-x64.tar.gz
- echo "23770ba26a52cb8fedd1096613bbc419b8a033d774a457d9024bb5a0159f3585 node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
init: npm ci
gradle:
- yes
rm:
- ios
prebuild: echo -e '\n' 'org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError
-Dfile.encoding=UTF-8' >> ../gradle.properties
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.14'
CurrentVersionCode: 14
CurrentVersion: '1.15'
CurrentVersionCode: 15