mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Update Blorp to 1.9.23 (40)
This commit is contained in:
parent
ac8cb3294e
commit
ce1377cd27
1 changed files with 24 additions and 2 deletions
|
|
@ -151,7 +151,29 @@ Builds:
|
|||
- node_modules/
|
||||
- .yarn/install-state.gz
|
||||
|
||||
- versionName: 1.9.23
|
||||
versionCode: 40
|
||||
commit: e50798e5ddde567f157e44586524688a429c77c0
|
||||
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.22
|
||||
CurrentVersionCode: 39
|
||||
CurrentVersion: 1.9.23
|
||||
CurrentVersionCode: 40
|
||||
|
|
|
|||
Loading…
Reference in a new issue