Hangman: Clean up and fix build.
This commit is contained in:
parent
0bfea880c7
commit
43c7578152
|
@ -1,23 +1,10 @@
|
|||
# F-Droid metadata template
|
||||
#
|
||||
# See http://f-droid.org/manual for more details
|
||||
#
|
||||
# Fields that are commented out are optional
|
||||
|
||||
# Disabled: (if an app must vanish from the repo)
|
||||
# AntiFeatures: (comma-separated) (possible values hard-coded in fdroidserver)
|
||||
Categories:Games
|
||||
License:MIT
|
||||
|
||||
Web Site:
|
||||
Web Site:https://github.com/darthjoey91/Hangman-Android/blob/HEAD/README.md
|
||||
Source Code:https://github.com/darthjoey91/Hangman-Android
|
||||
Issue Tracker:https://github.com/darthjoey91/Hangman-Android/issues
|
||||
|
||||
# Donate: (web link)
|
||||
# FlattrID: (number)
|
||||
# Bitcoin: (bitcoin address)
|
||||
|
||||
Name:Hangman
|
||||
Auto Name:Hangman
|
||||
Summary:English language Hangman game
|
||||
Description:
|
||||
A Hangman game that uses 40000 English words.
|
||||
|
@ -27,30 +14,20 @@ To Play:
|
|||
* Pressing the blanks submits a letter.
|
||||
* Wrong letters appear to the right.
|
||||
* Only single characters are allowed to be submitted.
|
||||
.
|
||||
|
||||
# Requires Root: Yes (f not having root breaks the app or renders it useless)
|
||||
|
||||
# Repo and Build fields only matter in source-built apps
|
||||
Repo Type:Git
|
||||
Repo Type:git
|
||||
Repo:https://github.com/darthjoey91/Hangman-Android.git
|
||||
|
||||
Build:0.1-alpha:
|
||||
Build:1.0,1
|
||||
commit=v0.1-alpha
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/repo1/d' -e '/repo1/amavenCentral()' build.gradle ../build.gradle
|
||||
|
||||
# One for each source build
|
||||
# Build:<version>,<version code>
|
||||
# commit=<tag/commit/rev>
|
||||
# [...]
|
||||
#
|
||||
# For a complete list of flags, see the manual
|
||||
|
||||
# Maintainer Notes:
|
||||
# Here go the notes to take into account for future updates, builds, etc.
|
||||
# Will be published in the wiki if present.
|
||||
# .
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Auto Update Mode:None
|
||||
#Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.1-alpha
|
||||
Current Version:1.0
|
||||
Current Version Code:1
|
||||
|
||||
|
|
Loading…
Reference in a new issue