mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-06 14:16:53 +00:00
Update AliasVault to 0.21.0 (11)
This commit is contained in:
parent
28d09846a0
commit
cb6f8eff11
1 changed files with 38 additions and 2 deletions
|
|
@ -49,8 +49,44 @@ Builds:
|
|||
scandelete:
|
||||
- apps/mobile-app/node_modules/
|
||||
|
||||
- versionName: 0.21.0
|
||||
versionCode: 11
|
||||
commit: 2949978a11d3d1dab3d0a27028b9d36005c99fa2
|
||||
subdir: apps/mobile-app/android/app/
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- curl -Lo node.tar.gz https://nodejs.org/download/release/v20.19.3/node-v20.19.3-linux-x64.tar.gz
|
||||
- echo "76272878069683c3a36b933d2f4842436a26b527daa930ae9346b477011ee2f3 node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
init:
|
||||
- cd ../..
|
||||
- sed -i -e '/signingConfig /d' android/app/build.gradle
|
||||
- npm install --build-from-source
|
||||
gradle:
|
||||
- yes
|
||||
scanignore:
|
||||
- apps/mobile-app/android/build.gradle
|
||||
- apps/mobile-app/node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
|
||||
- apps/mobile-app/node_modules/expo-modules-autolinking/scripts/android/autolinking_implementation.gradle
|
||||
- apps/mobile-app/node_modules/expo-modules-core/android/ExpoModulesCorePlugin.gradle
|
||||
- apps/mobile-app/node_modules/react-native-reanimated/android/build.gradle
|
||||
- apps/mobile-app/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
||||
- apps/mobile-app/node_modules/react-native-safe-area-context/android/build.gradle
|
||||
- apps/mobile-app/node_modules/react-native-screens/android/build.gradle
|
||||
- apps/mobile-app/node_modules/react-native-edge-to-edge/android/build.gradle
|
||||
- apps/mobile-app/node_modules/react-native-webview/android/build.gradle
|
||||
- apps/mobile-app/node_modules/react-native-aes-gcm-crypto/android/build.gradle
|
||||
- apps/mobile-app/node_modules/react-native-context-menu-view/android/build.gradle
|
||||
- apps/mobile-app/node_modules/react-native-get-random-values/android/build.gradle
|
||||
- apps/mobile-app/node_modules/react-native-svg/android/build.gradle
|
||||
- apps/mobile-app/node_modules/expo-dev-launcher/android/build.gradle
|
||||
- apps/mobile-app/node_modules/expo-dev-menu/android/build.gradle
|
||||
scandelete:
|
||||
- apps/mobile-app/node_modules/
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: apps/mobile-app/android/app/build.gradle|versionCode\s+(\d+)|.|versionName\s+"(.+)"
|
||||
CurrentVersion: 0.20.0
|
||||
CurrentVersionCode: 10
|
||||
CurrentVersion: 0.21.0
|
||||
CurrentVersionCode: 11
|
||||
|
|
|
|||
Loading…
Reference in a new issue