mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-07 06:36:52 +00:00
Update Immich to 1.58.0 (81)
This commit is contained in:
parent
d430d57172
commit
caeb9c7801
1 changed files with 35 additions and 2 deletions
|
|
@ -1062,8 +1062,41 @@ Builds:
|
|||
- $$flutter$$/bin/flutter build apk --release
|
||||
ndk: r25c
|
||||
|
||||
- versionName: 1.58.0
|
||||
versionCode: 81
|
||||
commit: 2542e320bbc98767bd08af11c6bbd5664db6a7a8
|
||||
subdir: mobile
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y gcc-multilib libc-dev make
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.10.1
|
||||
- rustup@1.25.2
|
||||
rm:
|
||||
- design
|
||||
- docker
|
||||
- machine-learning
|
||||
- mobile/ios
|
||||
- server
|
||||
- web
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- mobile/.pub-cache
|
||||
build:
|
||||
- $$rustup$$/rustup-init.sh -y
|
||||
- source $HOME/.cargo/env
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- bash ./scripts/fdroid_build_isar.sh
|
||||
- $$flutter$$/bin/flutter build apk --release
|
||||
ndk: r25c
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: mobile/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.57.0
|
||||
CurrentVersionCode: 80
|
||||
CurrentVersion: 1.58.0
|
||||
CurrentVersionCode: 81
|
||||
|
|
|
|||
Loading…
Reference in a new issue