Update Voyager to 1.21.0 (172)

This commit is contained in:
F-Droid checkupdates bot 2023-11-07 03:44:31 +00:00
parent 4c8a2e6fae
commit 4528aa7c1b

View file

@ -302,9 +302,33 @@ Builds:
scandelete:
- node_modules/
- versionName: 1.21.0
versionCode: 172
commit: 14ace36190920010a950b140db73eb6d6a1e9549
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.20.1
CurrentVersionCode: 171
CurrentVersion: 1.21.0
CurrentVersionCode: 172