mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update Tutanota to 3.84.11 (384110)
This commit is contained in:
parent
394a29d00a
commit
e0b6015d62
1 changed files with 25 additions and 2 deletions
|
|
@ -1232,7 +1232,30 @@ Builds:
|
|||
scandelete:
|
||||
- node_modules/**
|
||||
|
||||
- versionName: 3.84.11
|
||||
versionCode: 384110
|
||||
commit: 997a3c16886dd94b0db33a982238225539af2f96
|
||||
subdir: app-android/app
|
||||
sudo:
|
||||
- curl -Lo node.tar.xz https://nodejs.org/download/release/v14.17.2/node-v14.17.2-linux-x64.tar.xz
|
||||
- echo "6cf9db7349407c177b36205feec949729d0ee9db485e19b10b0b1ffca65a3a46 node.tar.xz"
|
||||
| sha256sum -c -
|
||||
- tar xJf node.tar.xz
|
||||
- cp -a node-v14.17.2-linux-x64/. /usr/local/
|
||||
- npm install -g npm@latest
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- app-ios
|
||||
prebuild:
|
||||
- cd ../..
|
||||
- node fdroid-fix-deps
|
||||
- npm install
|
||||
- node dist prod
|
||||
scandelete:
|
||||
- node_modules/**
|
||||
|
||||
AutoUpdateMode: Version tutanota-android-release-%v
|
||||
UpdateCheckMode: Tags tutanota-android-release-*
|
||||
CurrentVersion: 3.84.8
|
||||
CurrentVersionCode: 384080
|
||||
CurrentVersion: 3.84.11
|
||||
CurrentVersionCode: 384110
|
||||
|
|
|
|||
Loading…
Reference in a new issue