mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update Immich to 1.62.1 (85)
This commit is contained in:
parent
10f779004c
commit
e57f151756
1 changed files with 35 additions and 2 deletions
|
|
@ -1161,8 +1161,41 @@ Builds:
|
|||
- $$flutter$$/bin/flutter build apk --release
|
||||
ndk: r25c
|
||||
|
||||
- versionName: 1.62.1
|
||||
versionCode: 85
|
||||
commit: 8d560ec55f72b35690ebc93704a091edeb38793c
|
||||
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.61.0
|
||||
CurrentVersionCode: 84
|
||||
CurrentVersion: 1.62.1
|
||||
CurrentVersionCode: 85
|
||||
|
|
|
|||
Loading…
Reference in a new issue