mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Voyager to 2.28.0 (570)
This commit is contained in:
parent
bb67f600fe
commit
c7ec542fc2
1 changed files with 26 additions and 2 deletions
|
|
@ -2061,9 +2061,33 @@ Builds:
|
||||||
scandelete:
|
scandelete:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
|
|
||||||
|
- versionName: 2.28.0
|
||||||
|
versionCode: 570
|
||||||
|
commit: f21419d6466ab054b6d4a02ed076326fc594c035
|
||||||
|
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
|
AllowedAPKSigningKeys: 8b4d5cf69eaf147cd9a868c740d37d5fe1471a2f62c67d536038bcdbd9bc7ade
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 2.27.0
|
CurrentVersion: 2.28.0
|
||||||
CurrentVersionCode: 554
|
CurrentVersionCode: 570
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue