mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
Updated build files for free2pass
This commit is contained in:
parent
7ad923c463
commit
04ba6e8b3b
1 changed files with 20 additions and 6 deletions
|
|
@ -4,14 +4,14 @@ Categories:
|
|||
- Sports & Health
|
||||
License: AGPL-3.0-or-later
|
||||
AuthorName: free2pass GmbH
|
||||
SourceCode: https://gitlab.com/free2pass/free2pass-app
|
||||
IssueTracker: https://gitlab.com/free2pass/free2pass-app/-/issues
|
||||
Translation: https://gitlab.com/free2pass/free2pass-app/-/tree/main/lib/l10n
|
||||
SourceCode: https://gitlab.com/hanntech-gmbh/free2pass/free2pass-app
|
||||
IssueTracker: https://gitlab.com/hanntech-gmbh/free2pass/free2pass-app/-/issues
|
||||
Translation: https://gitlab.com/hanntech-gmbh/free2pass/free2pass-app/-/tree/main/lib/l10n
|
||||
|
||||
AutoName: free2pass
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.com/free2pass/free2pass-app.git
|
||||
Repo: https://gitlab.com/hanntech-gmbh/free2pass/free2pass-app.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.4.5
|
||||
|
|
@ -92,8 +92,22 @@ Builds:
|
|||
- $$flutter$$/bin/flutter build apk --flavor fdroid -t lib/entrypoints/fdroid.entrypoint.dart
|
||||
--no-sound-null-safety
|
||||
|
||||
- versionName: 1.4.12
|
||||
versionCode: 36
|
||||
commit: 672df359f27f9a567d6c8052052e59570e91228e
|
||||
output: build/app/outputs/flutter-apk/app-fdroid-release.apk
|
||||
srclibs:
|
||||
- flutter@2.8.1
|
||||
rm:
|
||||
- ios
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk --flavor fdroid -t lib/entrypoints/fdroid.entrypoint.dart
|
||||
--no-sound-null-safety
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^Release-.*$
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.4.10
|
||||
CurrentVersionCode: 34
|
||||
CurrentVersion: 1.4.12
|
||||
CurrentVersionCode: 36
|
||||
|
|
|
|||
Loading…
Reference in a new issue