Update Crosswords to 4.4.137 (133)
This commit is contained in:
parent
e22a0116f2
commit
71c46e549d
|
|
@ -9,16 +9,17 @@ Auto Name:Crosswords
|
||||||
Summary:A Scrabble-like game
|
Summary:A Scrabble-like game
|
||||||
Description:
|
Description:
|
||||||
A cross-platform game with the same rules as Scrabble that can be played locally
|
A cross-platform game with the same rules as Scrabble that can be played locally
|
||||||
(on the same device), via SMS or via an internet relay. Invite other people to a
|
(on the same device), via SMS or Bluetooth or via an internet relay. Invite
|
||||||
game by sending them a message (or enter the name of the room if you already
|
other people to a game by sending them a message (or enter the name of the room
|
||||||
know it). Drag letters onto the board next to other letters to make new words;
|
if you already know it). Drag letters onto the board next to other letters to
|
||||||
press the number on the right of the screen to commit your move and let the next
|
make new words; press the number on the right of the screen to commit your move
|
||||||
person move. English wordlist is included but there is a link to the website to
|
and let the next person move. An English wordlist is included but there is a
|
||||||
download other languages.
|
link to the website to download wordlists to play in other languages.
|
||||||
|
|
||||||
The source code supports push messaging via Google Play, but that won't function
|
The source code supports push messaging via Google Play, but that won't function
|
||||||
in this build even if Google Play is installed. It just means that moves
|
in this build even if Google Play is installed. It just means that moves won't
|
||||||
wouldn't be as fast as if it were supported.
|
be transmitted quite as quickly as if it were supported. Play via SMS or
|
||||||
|
Bluetooth is unaffected by this.
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
|
@ -204,6 +205,14 @@ Build:4.4.131,127
|
||||||
prebuild=sed -i -e '/fabric/d; /crashlytics/,+2d' {..,.}/build.gradle
|
prebuild=sed -i -e '/fabric/d; /crashlytics/,+2d' {..,.}/build.gradle
|
||||||
gradleprops=forFDroid
|
gradleprops=forFDroid
|
||||||
|
|
||||||
|
Build:4.4.137,133
|
||||||
|
commit=android_beta_137
|
||||||
|
subdir=xwords4/android/app
|
||||||
|
gradle=Xw4fdroid
|
||||||
|
rm=xwords4/android/libs
|
||||||
|
prebuild=sed -i -e '/fabric/d; /crashlytics/,+2d' {..,.}/build.gradle
|
||||||
|
gradleprops=forFDroid
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
Uses GCM, but it's fine since the java library is free software and the app
|
Uses GCM, but it's fine since the java library is free software and the app
|
||||||
still works fine without it.
|
still works fine without it.
|
||||||
|
|
@ -211,5 +220,5 @@ still works fine without it.
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:Tags ^android
|
Update Check Mode:Tags ^android
|
||||||
Current Version:4.4.131
|
Current Version:4.4.137
|
||||||
Current Version Code:127
|
Current Version Code:133
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue