mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-07 19:25:39 +00:00
Tutanota 3.88.3
This commit is contained in:
parent
71c8d4948c
commit
10bd10dbca
1 changed files with 29 additions and 2 deletions
|
|
@ -1323,7 +1323,34 @@ Builds:
|
|||
scandelete:
|
||||
- node_modules/**
|
||||
|
||||
- versionName: 3.88.3
|
||||
versionCode: 388030
|
||||
commit: 7dfcfe769455dafa59aa78031b9748a6ac7dfb17
|
||||
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.88.0
|
||||
CurrentVersionCode: 388000
|
||||
CurrentVersion: 3.88.3
|
||||
CurrentVersionCode: 388030
|
||||
|
|
|
|||
Loading…
Reference in a new issue