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
|
Categories:Games
|
||||||
License:MIT
|
License:MIT
|
||||||
|
Web Site:https://github.com/darthjoey91/Hangman-Android/blob/HEAD/README.md
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/darthjoey91/Hangman-Android
|
Source Code:https://github.com/darthjoey91/Hangman-Android
|
||||||
Issue Tracker:https://github.com/darthjoey91/Hangman-Android/issues
|
Issue Tracker:https://github.com/darthjoey91/Hangman-Android/issues
|
||||||
|
|
||||||
# Donate: (web link)
|
Auto Name:Hangman
|
||||||
# FlattrID: (number)
|
|
||||||
# Bitcoin: (bitcoin address)
|
|
||||||
|
|
||||||
Name:Hangman
|
|
||||||
Summary:English language Hangman game
|
Summary:English language Hangman game
|
||||||
Description:
|
Description:
|
||||||
A Hangman game that uses 40000 English words.
|
A Hangman game that uses 40000 English words.
|
||||||
|
@ -27,30 +14,20 @@ To Play:
|
||||||
* Pressing the blanks submits a letter.
|
* Pressing the blanks submits a letter.
|
||||||
* Wrong letters appear to the right.
|
* Wrong letters appear to the right.
|
||||||
* Only single characters are allowed to be submitted.
|
* Only single characters are allowed to be submitted.
|
||||||
|
.
|
||||||
|
|
||||||
# Requires Root: Yes (f not having root breaks the app or renders it useless)
|
Repo Type:git
|
||||||
|
|
||||||
# Repo and Build fields only matter in source-built apps
|
|
||||||
Repo Type:Git
|
|
||||||
Repo:https://github.com/darthjoey91/Hangman-Android.git
|
Repo:https://github.com/darthjoey91/Hangman-Android.git
|
||||||
|
|
||||||
Build:0.1-alpha:
|
Build:1.0,1
|
||||||
commit=v0.1-alpha
|
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
|
Auto Update Mode:None
|
||||||
# Build:<version>,<version code>
|
#Auto Update Mode:Version v%v
|
||||||
# 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
|
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:0.1-alpha
|
Current Version:1.0
|
||||||
Current Version Code:1
|
Current Version Code:1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue