34 lines
778 B
YAML
34 lines
778 B
YAML
|
AntiFeatures:
|
||
|
- Ads
|
||
|
Categories:
|
||
|
- Games
|
||
|
License: GPL-3.0-or-later
|
||
|
SourceCode: https://github.com/VelbazhdSoftwareLLC/vitosha-blackjack
|
||
|
IssueTracker: https://github.com/VelbazhdSoftwareLLC/vitosha-blackjack/issues
|
||
|
|
||
|
AutoName: Vitosha Blackjack
|
||
|
Description: |-
|
||
|
Blackjack, also known as twenty-one, is the most widely played casino
|
||
|
banking game in the world.
|
||
|
|
||
|
The usage is very simple. Load credit, do bet and make your choice
|
||
|
(hit/double/stand).
|
||
|
|
||
|
Have fun!
|
||
|
|
||
|
RepoType: git
|
||
|
Repo: https://github.com/VelbazhdSoftwareLLC/vitosha-blackjack.git
|
||
|
|
||
|
Builds:
|
||
|
- versionName: 2.0.0
|
||
|
versionCode: 2
|
||
|
commit: v2.0.0
|
||
|
subdir: VitoshaBlackjack
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
AutoUpdateMode: Version v%v
|
||
|
UpdateCheckMode: Tags
|
||
|
CurrentVersion: 2.0.0
|
||
|
CurrentVersionCode: 2
|