mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-27 00:59:57 +00:00
38 lines
1 KiB
YAML
38 lines
1 KiB
YAML
|
|
Categories:
|
||
|
|
- System
|
||
|
|
- Multimedia
|
||
|
|
License: MIT
|
||
|
|
AuthorName: Alex Tran
|
||
|
|
AuthorEmail: alex.tran1502@gmail.com
|
||
|
|
AuthorWebSite: https://hautran.net
|
||
|
|
WebSite: https://github.com/alextran1502/immich
|
||
|
|
SourceCode: https://github.com/alextran1502/immich
|
||
|
|
IssueTracker: https://github.com/alextran1502/immich/issues
|
||
|
|
Changelog: https://github.com/alextran1502/immich/releases
|
||
|
|
Donate: https://github.com/sponsors/alextran1502
|
||
|
|
Bitcoin: 1PtkQfxHViZ8ugQ6U1sEzwoaBuT67xAUaj
|
||
|
|
|
||
|
|
AutoName: Immich
|
||
|
|
|
||
|
|
RepoType: git
|
||
|
|
Repo: https://github.com/alextran1502/immich.git
|
||
|
|
|
||
|
|
Builds:
|
||
|
|
- versionName: 1.5.1
|
||
|
|
versionCode: 9
|
||
|
|
commit: v1.5.1+9-dev
|
||
|
|
subdir: mobile
|
||
|
|
output: build/app/outputs/flutter-apk/app-release.apk
|
||
|
|
srclibs:
|
||
|
|
- flutter@2.10.3
|
||
|
|
build:
|
||
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
||
|
|
- $$flutter$$/bin/flutter packages pub get
|
||
|
|
- $$flutter$$/bin/flutter build apk --release
|
||
|
|
|
||
|
|
AutoUpdateMode: Version
|
||
|
|
UpdateCheckMode: Tags
|
||
|
|
UpdateCheckData: mobile/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||
|
|
CurrentVersion: 1.5.1
|
||
|
|
CurrentVersionCode: 9
|