mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Update kingdomino_score to 2.2.2 (18)
This commit is contained in:
parent
668e2687a3
commit
18decb753d
1 changed files with 15 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ SourceCode: https://github.com/odrevet/kingdomino_score
|
|||
IssueTracker: https://github.com/odrevet/kingdomino_score/issues
|
||||
Changelog: https://github.com/odrevet/kingdomino_score/releases
|
||||
|
||||
AutoName: Kingdomino Score
|
||||
AutoName: kingdomino_score
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/odrevet/kingdomino_score
|
||||
|
|
@ -27,8 +27,20 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 2.2.2
|
||||
versionCode: 18
|
||||
commit: 86fca9193995b90cb3cd1898571a59c17aec5c2a
|
||||
output: build/app/outputs/apk/release/app-release-unsigned.apk
|
||||
srclibs:
|
||||
- flutter@2.2.3
|
||||
rm:
|
||||
- ios
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 2.2.1
|
||||
CurrentVersionCode: 17
|
||||
CurrentVersion: 2.2.2
|
||||
CurrentVersionCode: 18
|
||||
|
|
|
|||
Loading…
Reference in a new issue