mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-21 13:19:14 +00:00
Update HK Transport to 1.0.3 (103)
This commit is contained in:
parent
e22d4fe67c
commit
3c0e8430e3
1 changed files with 22 additions and 2 deletions
|
|
@ -51,9 +51,29 @@ Builds:
|
|||
- node_modules
|
||||
- cypress/downloads/download.gz
|
||||
|
||||
- versionName: 1.0.3
|
||||
versionCode: 103
|
||||
commit: ce851da78a6aa413b8ce52bebe0984abba9351dc
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk
|
||||
- update-alternatives --auto java
|
||||
- curl -Lo node.tar.gz https://nodejs.org/dist/v20.6.1/node-v20.6.1-linux-x64.tar.gz
|
||||
- echo "26dd13a6f7253f0ab9bcab561353985a297d927840771d905566735b792868da node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
- npm install -g yarn
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: yarn install
|
||||
scandelete:
|
||||
- node_modules
|
||||
- cypress/downloads/download.gz
|
||||
|
||||
AllowedAPKSigningKeys: 3d180e01c83e2b2b5dbd374fc259b220e1fe94aa672fd467731ba4f7e54aa856
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.0.2
|
||||
CurrentVersionCode: 102
|
||||
CurrentVersion: 1.0.3
|
||||
CurrentVersionCode: 103
|
||||
|
|
|
|||
Loading…
Reference in a new issue