mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update Sushi to 1.14 (14)
This commit is contained in:
parent
ed3898736d
commit
6384dd96e0
1 changed files with 30 additions and 2 deletions
|
|
@ -252,7 +252,35 @@ Builds:
|
|||
scandelete:
|
||||
- node_modules/
|
||||
|
||||
- versionName: '1.14'
|
||||
versionCode: 14
|
||||
commit: 867532a7aefa6f6525e36058e1dcf52a02e3c267
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- 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
|
||||
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.13'
|
||||
CurrentVersionCode: 13
|
||||
CurrentVersion: '1.14'
|
||||
CurrentVersionCode: 14
|
||||
|
|
|
|||
Loading…
Reference in a new issue