mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Merge branch 'master' into 'master'
Update CrossWords to 4.4.172 See merge request fdroid/fdroiddata!7994
This commit is contained in:
commit
80eaad59c4
1 changed files with 26 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Categories:
|
||||
- Games
|
||||
License: GPL-2.0-only
|
||||
AuthorEmail: ehouse@users.sf.net
|
||||
AuthorEmail: xwords@eehouse.org
|
||||
WebSite: http://xwords.sourceforge.net/android.php
|
||||
SourceCode: http://xwords.sourceforge.net/source.php
|
||||
IssueTracker: http://xwords.sourceforge.net/contact.php
|
||||
|
|
@ -11,9 +11,11 @@ Donate: https://www.paypal.com/cgi-bin/webscr?item_name=Donation+to+Crosswords+f
|
|||
AutoName: Crosswords
|
||||
Description: |-
|
||||
A cross-platform game with the same rules as Scrabble that can be played locally
|
||||
(on the same device), via SMS or Bluetooth or via an internet relay. Invite
|
||||
other people to a game by sending them a message (or enter the name of the room
|
||||
if you already know it). Drag letters onto the board next to other letters to
|
||||
(on the same device), or against another device via data-SMS, Bluetooth and the internet.
|
||||
Start games via an invitation sent by email, SMS, or Bluetooth, or if somebody's nearby
|
||||
have them scan a QR Code.
|
||||
|
||||
Drag letters onto the board next to other letters to
|
||||
make new words; press the number on the right of the screen to commit your move
|
||||
and let the next person move. An English wordlist is included but there is a
|
||||
link to the website to download wordlists to play in other languages.
|
||||
|
|
@ -520,7 +522,25 @@ Builds:
|
|||
gradleprops:
|
||||
- forFDroid
|
||||
|
||||
- versionName: 4.4.172
|
||||
versionCode: 168
|
||||
commit: android_beta_172
|
||||
subdir: xwords4/android/app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y graphicsmagick-imagemagick-compat python3-lxml
|
||||
gradle:
|
||||
- Xw4fdroid
|
||||
rm:
|
||||
- xwords4/dawg/English/BasEnglish.dict.gz
|
||||
prebuild:
|
||||
- sed -i -e '/\/\/ rm-for-fdroid$/d' {..,.}/build.gradle
|
||||
- sed -i -e '/com.google.gms/d' build.gradle
|
||||
ndk: r21d
|
||||
gradleprops:
|
||||
- forFDroid
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags ^android
|
||||
CurrentVersion: 4.4.171
|
||||
CurrentVersionCode: 167
|
||||
CurrentVersion: 4.4.172
|
||||
CurrentVersionCode: 168
|
||||
|
|
|
|||
Loading…
Reference in a new issue