mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Flutter version + email update for de.asmw.flindex
This commit is contained in:
parent
92651e636b
commit
6eac89c956
1 changed files with 18 additions and 3 deletions
|
|
@ -2,7 +2,7 @@ Categories:
|
|||
- Writing
|
||||
License: MIT
|
||||
AuthorName: asmw
|
||||
AuthorEmail: asmw@asmw.de
|
||||
AuthorEmail: flindex@asmw.de
|
||||
SourceCode: https://gitlab.com/asmw/flindex
|
||||
IssueTracker: https://gitlab.com/asmw/flindex/-/issues
|
||||
|
||||
|
|
@ -26,8 +26,23 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 1.1.0
|
||||
versionCode: 6
|
||||
commit: fa5baadf4bc1aed888d0ff56a4d9c6a721cd5879
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.0.1
|
||||
rm:
|
||||
- ios
|
||||
- test
|
||||
- web
|
||||
- linux
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.0.5
|
||||
CurrentVersionCode: 5
|
||||
CurrentVersion: 1.1.0
|
||||
CurrentVersionCode: 6
|
||||
|
|
|
|||
Loading…
Reference in a new issue