mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
Update Tutanota to 3.82.4 (382040)
This commit is contained in:
parent
4c3450d17b
commit
d9c83ec1f8
1 changed files with 24 additions and 2 deletions
|
|
@ -1097,7 +1097,29 @@ Builds:
|
|||
scandelete:
|
||||
- node_modules/**
|
||||
|
||||
- versionName: 3.82.4
|
||||
versionCode: 382040
|
||||
commit: tutanota-android-release-3.82.4
|
||||
subdir: app-android/app
|
||||
sudo:
|
||||
- curl -Lo node.tar.xz https://nodejs.org/dist/v14.15.5/node-v14.15.5-linux-x64.tar.xz
|
||||
- echo "fa198afa9a2872cde991c3aa71796894bf7b5310d6eb178c3eafcf66e3ae79a7 node.tar.xz"
|
||||
| sha256sum -c -
|
||||
- tar xJf node.tar.xz
|
||||
- cp -a node-v14.15.5-linux-x64/. /usr/local/
|
||||
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.82.1
|
||||
CurrentVersionCode: 382010
|
||||
CurrentVersion: 3.82.4
|
||||
CurrentVersionCode: 382040
|
||||
|
|
|
|||
Loading…
Reference in a new issue