mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update Voyager to 1.23.1 (176)
This commit is contained in:
parent
334285fdf6
commit
024235e4af
1 changed files with 26 additions and 2 deletions
|
|
@ -350,9 +350,33 @@ Builds:
|
|||
scandelete:
|
||||
- node_modules/
|
||||
|
||||
- versionName: 1.23.1
|
||||
versionCode: 176
|
||||
commit: 6ac8031d372427e485efd0e98f25981ccd2fa23a
|
||||
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.22.0
|
||||
CurrentVersionCode: 173
|
||||
CurrentVersion: 1.23.1
|
||||
CurrentVersionCode: 176
|
||||
|
|
|
|||
Loading…
Reference in a new issue