mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-23 22:27:27 +00:00
ahorcandroid 1.5.0
This commit is contained in:
parent
44ce3ca5de
commit
53259346a8
1 changed files with 19 additions and 6 deletions
|
|
@ -1,13 +1,12 @@
|
|||
Categories:
|
||||
- Games
|
||||
License: GPL-3.0-or-later
|
||||
License: GPL-3.0-only
|
||||
AuthorWebSite: https://webierta.github.io
|
||||
SourceCode: https://github.com/Webierta/ahorcandroid
|
||||
IssueTracker: https://github.com/Webierta/ahorcandroid/issues
|
||||
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=986PSAHLH6N4L
|
||||
|
||||
AutoName: Ahorcado
|
||||
Description: Esta aplicación revive el clásico juego de lápiz y papel "El Ahorcado"
|
||||
cuyo objetivo es descubrir una palabra secreta.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Webierta/ahorcandroid
|
||||
|
|
@ -27,7 +26,21 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.5.0
|
||||
versionCode: 6
|
||||
commit: v1.5.0
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@1.22.5
|
||||
rm:
|
||||
- ios
|
||||
- test
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.4'
|
||||
CurrentVersionCode: 5
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://raw.githubusercontent.com/Webierta/ahorcandroid/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.5.0
|
||||
CurrentVersionCode: 6
|
||||
|
|
|
|||
Loading…
Reference in a new issue