Update Tuta to 3.118.30 (396275)

This commit is contained in:
F-Droid checkupdates bot 2023-11-15 13:12:30 +00:00
parent 3791302edd
commit b018faa95c

View file

@ -14,7 +14,7 @@ Changelog: https://github.com/tutao/tutanota/releases
Donate: https://tutanota.com/community#donate
Bitcoin: 3MDrR5gaMvL8sphuQLX6BvPPKYNArdXsv6
AutoName: Tutanota
AutoName: Tuta
RepoType: git
Repo: https://github.com/tutao/tutanota.git
@ -2688,7 +2688,33 @@ Builds:
scandelete:
- node_modules/**
- versionName: 3.118.30
versionCode: 396275
commit: 84d72dc024172558cf45dc7f81419f5e928af1a4
subdir: app-android/app
sudo:
- apt-get update
- apt-get install -y g++
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz
- echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
- sysctl fs.inotify.max_user_watches=524288 || true
gradle:
- fdroid
rm:
- app-ios
prebuild:
- cd ../..
- node buildSrc/fixFdroidDeps.js
- npm install
- npm run build-packages
- node --max-old-space-size=4096 webapp prod
- node buildSrc/prepareMobileBuild.js dist
scandelete:
- node_modules/**
AutoUpdateMode: Version
UpdateCheckMode: Tags tutanota-fdroid-release-*
CurrentVersion: 3.118.27
CurrentVersionCode: 396272
CurrentVersion: 3.118.30
CurrentVersionCode: 396275