mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Update Immich to 1.53.0 (76)
This commit is contained in:
parent
c699f5f5f1
commit
6d8bc98f57
1 changed files with 26 additions and 2 deletions
|
|
@ -1065,8 +1065,32 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release
|
||||
|
||||
- versionName: 1.53.0
|
||||
versionCode: 76
|
||||
commit: cfcae39699155fb905c36f9635ea94a84af97ec7
|
||||
subdir: mobile
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.7.3
|
||||
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:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: mobile/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.52.0
|
||||
CurrentVersionCode: 75
|
||||
CurrentVersion: 1.53.0
|
||||
CurrentVersionCode: 76
|
||||
|
|
|
|||
Loading…
Reference in a new issue