Update Crosswords to 4.4.137 (133)

This commit is contained in:
relan 2018-07-19 07:24:22 +03:00
parent e22a0116f2
commit 71c46e549d

View file

@ -9,16 +9,17 @@ Auto Name:Crosswords
Summary:A Scrabble-like game
Description:
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
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 make new words;
press the number on the right of the screen to commit your move and let the next
person move. English wordlist is included but there is a link to the website to
download other languages.
(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
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.
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
wouldn't be as fast as if it were supported.
in this build even if Google Play is installed. It just means that moves won't
be transmitted quite as quickly as if it were supported. Play via SMS or
Bluetooth is unaffected by this.
.
Repo Type:git
@ -204,6 +205,14 @@ Build:4.4.131,127
prebuild=sed -i -e '/fabric/d; /crashlytics/,+2d' {..,.}/build.gradle
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:
Uses GCM, but it's fine since the java library is free software and the app
still works fine without it.
@ -211,5 +220,5 @@ still works fine without it.
Auto Update Mode:None
Update Check Mode:Tags ^android
Current Version:4.4.131
Current Version Code:127
Current Version:4.4.137
Current Version Code:133