mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Immich to 1.28.3 (41)
This commit is contained in:
parent
6aa4c7c002
commit
56d75735cc
1 changed files with 25 additions and 2 deletions
|
|
@ -470,8 +470,31 @@ Builds:
|
||||||
- $$flutter$$/bin/flutter packages pub get
|
- $$flutter$$/bin/flutter packages pub get
|
||||||
- $$flutter$$/bin/flutter build apk --release
|
- $$flutter$$/bin/flutter build apk --release
|
||||||
|
|
||||||
|
- versionName: 1.28.3
|
||||||
|
versionCode: 41
|
||||||
|
commit: 4271e24e59f190099e2bbf44c946efd1675544a1
|
||||||
|
subdir: mobile
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y openjdk-11-jdk-headless
|
||||||
|
- update-alternatives --auto java
|
||||||
|
output: build/app/outputs/flutter-apk/app-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@3.3.0
|
||||||
|
rm:
|
||||||
|
- design
|
||||||
|
- docker
|
||||||
|
- machine-learning
|
||||||
|
- mobile/ios
|
||||||
|
- server
|
||||||
|
- web
|
||||||
|
build:
|
||||||
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
|
- $$flutter$$/bin/flutter packages pub get
|
||||||
|
- $$flutter$$/bin/flutter build apk --release
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
UpdateCheckData: mobile/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
UpdateCheckData: mobile/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
CurrentVersion: 1.28.2
|
CurrentVersion: 1.28.3
|
||||||
CurrentVersionCode: 40
|
CurrentVersionCode: 41
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue