mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-17 19:42:02 +00:00
New app: Cards With Cats
This commit is contained in:
parent
030df8663d
commit
d28fbb48fc
1 changed files with 33 additions and 0 deletions
33
metadata/com.dozingcatsoftware.cardswithcats.yml
Normal file
33
metadata/com.dozingcatsoftware.cardswithcats.yml
Normal file
|
|
@ -0,0 +1,33 @@
|
||||||
|
Categories:
|
||||||
|
- Games
|
||||||
|
License: GPL-3.0-only
|
||||||
|
SourceCode: https://github.com/dozingcat/CardsWithCats
|
||||||
|
IssueTracker: https://github.com/dozingcat/CardsWithCats/issues
|
||||||
|
|
||||||
|
AutoName: Cards With Cats
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/dozingcat/CardsWithCats.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.0.0
|
||||||
|
versionCode: 1
|
||||||
|
commit: v1.0.0
|
||||||
|
output: build/app/outputs/flutter-apk/app-fdroid-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@2.10.3
|
||||||
|
rm:
|
||||||
|
- ios
|
||||||
|
- linux
|
||||||
|
- macos
|
||||||
|
- test
|
||||||
|
- web
|
||||||
|
build:
|
||||||
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
|
- $$flutter$$/bin/flutter build apk --flavor fdroid
|
||||||
|
|
||||||
|
AutoUpdateMode: Version
|
||||||
|
UpdateCheckMode: Tags ^v.*$
|
||||||
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
|
CurrentVersion: 1.0.0
|
||||||
|
CurrentVersionCode: 1
|
||||||
Loading…
Reference in a new issue