diff --git a/README.md b/README.md new file mode 100644 index 000000000..990995fd9 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# xwords +Clone of xwords repo from Sourceforge -- an open source implementation of rules of Scrabble(tm) for handhelds + +Just adding now. I'll edit after pulling. :-) diff --git a/xwords4/android/app/build.gradle b/xwords4/android/app/build.gradle index 1bd74364b..b418cec40 100644 --- a/xwords4/android/app/build.gradle +++ b/xwords4/android/app/build.gradle @@ -1,6 +1,6 @@ def INITIAL_CLIENT_VERS = 9 -def VERSION_CODE_BASE = 156 -def VERSION_NAME = '4.4.160' +def VERSION_CODE_BASE = 157 +def VERSION_NAME = '4.4.161' def FABRIC_API_KEY = System.getenv("FABRIC_API_KEY") def BUILD_INFO_NAME = "build-info.txt" @@ -36,10 +36,8 @@ if ( FABRIC_API_KEY && hasProperty('useCrashlytics') ) { // rm-for-fdroid } // rm-for-fdroid repositories { google() - maven { url 'https://maven.fabric.io/public' } // rm-for-fdroid - maven { - url "https://repo.eclipse.org/content/repositories/paho-releases/" - } + maven { url 'https://maven.fabric.io/public' } // rm-for-fdroid + maven { url "https://repo.eclipse.org/content/repositories/paho-releases/" } // rm-for-fdroid } android { @@ -122,6 +120,7 @@ android { resValue "string", "nfc_aid", "$NFC_AID_XW4" externalNativeBuild.ndkBuild.cFlags += ['-DVARIANT_xw4fdroid'] externalNativeBuild.ndkBuild.arguments += ['XW_BT_UUID=' + XW_UUID] + buildConfigField "boolean", "OFFER_MQTT", "false" } xw4d { @@ -337,7 +336,7 @@ dependencies { implementation 'com.github.eehouse:nbsproxy:v0.2.2' - implementation "org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.1.+" + implementation "org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.1.+" // rm-for-fdroid } task mkImages(type: Exec) { diff --git a/xwords4/android/app/src/main/assets/changes.html b/xwords4/android/app/src/main/assets/changes.html index 497f840f8..f8726bef1 100644 --- a/xwords4/android/app/src/main/assets/changes.html +++ b/xwords4/android/app/src/main/assets/changes.html @@ -13,10 +13,10 @@ -

CrossWords 4.4.160 release

+

CrossWords 4.4.161 release

-

This release improves play via the internet by adding a second - (and redundant) type of server.

+

This minor release removes an under-construction image I added + recently. It made friends think they were being hacked.

Please take @@ -26,17 +26,17 @@

New with this release

(The full changelog is here.)

-

Next up

+

Coming soon