Update Tutanota to 3.91.6 (391060)

This commit is contained in:
F-Droid checkupdates bot 2022-02-01 04:06:53 +00:00
parent 3ea43f1907
commit d483a9c8fb

View file

@ -1485,7 +1485,34 @@ Builds:
scandelete:
- node_modules/**
- versionName: 3.91.6
versionCode: 391060
commit: 037de9051bafe4af9cd0a34e2957b8e67dc4d249
subdir: app-android/app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
- curl -Lo node.tar.xz https://nodejs.org/download/release/v16.3.0/node-v16.3.0-linux-x64.tar.xz
- echo "5347ece975747e4d9768d4ed3f8b2220c955ac01f8a695347cd7f71ff5efa318 node.tar.xz"
| sha256sum -c -
- tar xJf node.tar.xz
- cp -a node-v16.3.0-linux-x64/. /usr/local/
- npm install -g npm@latest
gradle:
- fdroid
rm:
- app-ios
prebuild:
- cd ../..
- node buildSrc/fixFdroidDeps.js
- npm install
- node dist prod
- node buildSrc/prepareMobileBuild.js dist
scandelete:
- node_modules/**
AutoUpdateMode: Version
UpdateCheckMode: Tags tutanota-android-release-*
CurrentVersion: 3.89.25
CurrentVersionCode: 389250
CurrentVersion: 3.91.6
CurrentVersionCode: 391060