mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
LibreHealth: disable build & AUM as app contains GMS
This commit is contained in:
parent
f5d7e214bf
commit
9d05ffed9f
1 changed files with 5 additions and 1 deletions
|
|
@ -20,6 +20,7 @@ Repo: https://gitlab.com/librehealth/toolkit/cost-of-care/lh-toolkit-cost-of-car
|
|||
Builds:
|
||||
- versionName: 1.0.0
|
||||
versionCode: 1
|
||||
disable: contains GMS
|
||||
commit: v1.0.0
|
||||
output: build/app/outputs/apk/release/app-release.apk
|
||||
srclibs:
|
||||
|
|
@ -31,7 +32,10 @@ Builds:
|
|||
- $$flutter$$/bin/flutter pub get
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
MaintainerNotes: somehow all of our checks missed com.google.android.gms. Disabled
|
||||
the build, reset AUM from v%v
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://gitlab.com/librehealth/toolkit/cost-of-care/lh-toolkit-cost-of-care-app/-/raw/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.0.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue