mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Update Voyager to 1.19.3 (169)
This commit is contained in:
parent
aed366951d
commit
1bd5092404
1 changed files with 26 additions and 2 deletions
|
|
@ -230,9 +230,33 @@ Builds:
|
|||
scandelete:
|
||||
- node_modules/
|
||||
|
||||
- versionName: 1.19.3
|
||||
versionCode: 169
|
||||
commit: 676d408ddae4d44bca2bb18e57f938a9cd2a87bf
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
- sysctl fs.inotify.max_user_watches=524288
|
||||
- curl -Lo node.tar.gz https://nodejs.org/dist/v18.18.1/node-v18.18.1-linux-x64.tar.gz
|
||||
- echo "9ce4db11f1d8399f6b58aab6858a688b2e09405127b47ebc4594dc8262a5e29f node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
init:
|
||||
- corepack enable
|
||||
- pnpm install --frozen-lockfile
|
||||
- CI_PLATFORM=android pnpm run build
|
||||
- cd ../..
|
||||
- npx cap sync android --deployment
|
||||
gradle:
|
||||
- yes
|
||||
scandelete:
|
||||
- node_modules/
|
||||
|
||||
AllowedAPKSigningKeys: 8b4d5cf69eaf147cd9a868c740d37d5fe1471a2f62c67d536038bcdbd9bc7ade
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.18.0
|
||||
CurrentVersionCode: 165
|
||||
CurrentVersion: 1.19.3
|
||||
CurrentVersionCode: 169
|
||||
|
|
|
|||
Loading…
Reference in a new issue