mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Blorp to 1.9.16 (33)
This commit is contained in:
parent
6b6d0ef455
commit
76a30b859a
1 changed files with 24 additions and 2 deletions
|
|
@ -85,7 +85,29 @@ Builds:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
- .yarn/install-state.gz
|
- .yarn/install-state.gz
|
||||||
|
|
||||||
|
- versionName: 1.9.16
|
||||||
|
versionCode: 33
|
||||||
|
commit: b7fccefb0ff1a3b0da0b73cfeedb1a4711fe5958
|
||||||
|
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
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 1.9.12
|
CurrentVersion: 1.9.16
|
||||||
CurrentVersionCode: 29
|
CurrentVersionCode: 33
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue