mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update Blorp to 1.9.25 (43)
This commit is contained in:
parent
b9a1a21a14
commit
ad90dd28b3
1 changed files with 24 additions and 2 deletions
|
|
@ -195,7 +195,29 @@ Builds:
|
|||
- node_modules/
|
||||
- .yarn/install-state.gz
|
||||
|
||||
- versionName: 1.9.25
|
||||
versionCode: 43
|
||||
commit: 6ba264d8dd2c7d420b9c0aaef8bca0d394def733
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- 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 npm
|
||||
- update-alternatives --auto java
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- corepack enable
|
||||
init:
|
||||
- yarn install --immutable
|
||||
- CI_PLATFORM=android yarn build
|
||||
- cd ../..
|
||||
- npx cap sync android --deployment
|
||||
gradle:
|
||||
- yes
|
||||
scandelete:
|
||||
- node_modules/
|
||||
- .yarn/install-state.gz
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.9.24
|
||||
CurrentVersionCode: 42
|
||||
CurrentVersion: 1.9.25
|
||||
CurrentVersionCode: 43
|
||||
|
|
|
|||
Loading…
Reference in a new issue