Update Tutanota to 3.89.20 (389200)

This commit is contained in:
F-Droid checkupdates bot 2021-11-24 04:05:25 +00:00
parent c6775f34a8
commit 093d4f24db

View file

@ -1431,7 +1431,34 @@ Builds:
scandelete:
- node_modules/**
- versionName: 3.89.20
versionCode: 389200
commit: ea757332b7c076733b3338141daafe2943efd0f5
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.14
CurrentVersionCode: 389140
CurrentVersion: 3.89.20
CurrentVersionCode: 389200