mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Sushi to 1.9 (10)
This commit is contained in:
parent
d3ccd4da20
commit
f9c0857af8
1 changed files with 28 additions and 2 deletions
|
|
@ -142,7 +142,33 @@ Builds:
|
||||||
scandelete:
|
scandelete:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
|
|
||||||
|
- versionName: '1.9'
|
||||||
|
versionCode: 10
|
||||||
|
commit: f70dfc0b1df590f5c7e346bcd7f59238cbcda418
|
||||||
|
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
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: '1.8'
|
CurrentVersion: '1.9'
|
||||||
CurrentVersionCode: 9
|
CurrentVersionCode: 10
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue