mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-20 22:40:44 +00:00
Update Tutanota to 3.75.1 (375010)
This commit is contained in:
parent
2b03640fa1
commit
9aca981f9f
1 changed files with 21 additions and 2 deletions
|
|
@ -823,7 +823,26 @@ Builds:
|
|||
- npm install
|
||||
- node dist prod
|
||||
|
||||
- versionName: 3.75.1
|
||||
versionCode: 375010
|
||||
commit: tutanota-android-release-3.75.1
|
||||
subdir: app-android/app
|
||||
sudo:
|
||||
- curl -Lo node.tar.xz https://nodejs.org/dist/v10.11.0/node-v10.11.0-linux-x64.tar.xz
|
||||
- echo "c2eab149e7f0712a6a3eb672a76d657b049a3b3ae0c2edc2e0571df5049fe82c node.tar.xz"
|
||||
| sha256sum -c -
|
||||
- tar xJf node.tar.xz
|
||||
- cp -a node-v10.11.0-linux-x64/. /usr/local/
|
||||
gradle:
|
||||
- yes
|
||||
prebuild:
|
||||
- cd ../..
|
||||
- rm -rf app-ios
|
||||
- node fdroid-fix-deps
|
||||
- npm install
|
||||
- node dist prod
|
||||
|
||||
AutoUpdateMode: Version tutanota-android-release-%v
|
||||
UpdateCheckMode: Tags tutanota-android-release-*
|
||||
CurrentVersion: 3.73.1
|
||||
CurrentVersionCode: 373010
|
||||
CurrentVersion: 3.75.1
|
||||
CurrentVersionCode: 375010
|
||||
|
|
|
|||
Loading…
Reference in a new issue