59 lines
1.2 KiB
YAML
59 lines
1.2 KiB
YAML
|
Categories:
|
||
|
- Writing
|
||
|
License: GPL-3.0-or-later
|
||
|
AuthorName: Wolfgang Popp
|
||
|
WebSite: https://woefe.github.io/ShoppingList/
|
||
|
SourceCode: https://github.com/woefe/ShoppingList
|
||
|
IssueTracker: https://github.com/woefe/ShoppingList/issues
|
||
|
|
||
|
AutoName: Shopping List
|
||
|
Description: |-
|
||
|
Manage your shopping lists and other types of lists. The lists are stored as
|
||
|
simple text files and use a simple, human-readable syntax. This allows you to
|
||
|
synchronize them with other devices by using applications such as
|
||
|
[https://syncthing.net/ Syncthing] and [https://nextcloud.com/ Nextcloud].
|
||
|
|
||
|
RepoType: git
|
||
|
Repo: https://github.com/woefe/ShoppingList
|
||
|
|
||
|
Builds:
|
||
|
- versionName: 0.8.0
|
||
|
versionCode: 8
|
||
|
commit: v0.8.0
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: 0.9.0
|
||
|
versionCode: 9
|
||
|
commit: v0.9.0
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: 0.10.0
|
||
|
versionCode: 10
|
||
|
commit: v0.10.0
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: 0.10.1
|
||
|
versionCode: 11
|
||
|
commit: v0.10.1
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: 0.11.0
|
||
|
versionCode: 12
|
||
|
commit: v0.11.0
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
AutoUpdateMode: Version v%v
|
||
|
UpdateCheckMode: Tags
|
||
|
CurrentVersion: 0.11.0
|
||
|
CurrentVersionCode: 12
|