mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
Update Voyager to 2.24.1 (487)
This commit is contained in:
parent
68c2934ab7
commit
d22fa076a4
1 changed files with 26 additions and 2 deletions
|
|
@ -1917,9 +1917,33 @@ Builds:
|
|||
scandelete:
|
||||
- node_modules/
|
||||
|
||||
- versionName: 2.24.1
|
||||
versionCode: 487
|
||||
commit: 233e107494b1df01cd86121bc7b8f634b7c7bc0e
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288
|
||||
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||
- apt-get update
|
||||
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
- apt-get install -y npm
|
||||
- npm install -g corepack
|
||||
init:
|
||||
- corepack enable
|
||||
- pnpm install --frozen-lockfile
|
||||
- CI_PLATFORM=android BUILD_FOSS_ONLY=true pnpm run build
|
||||
- cd ../..
|
||||
- npx cap sync android --deployment
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e '/google-services/d' ../build.gradle
|
||||
scandelete:
|
||||
- node_modules/
|
||||
|
||||
AllowedAPKSigningKeys: 8b4d5cf69eaf147cd9a868c740d37d5fe1471a2f62c67d536038bcdbd9bc7ade
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 2.24.0
|
||||
CurrentVersionCode: 483
|
||||
CurrentVersion: 2.24.1
|
||||
CurrentVersionCode: 487
|
||||
|
|
|
|||
Loading…
Reference in a new issue