From 4f6c13a0d2156b1fe5c86de525cb60c425ddf1db Mon Sep 17 00:00:00 2001 From: Eric House Date: Mon, 11 Jan 2021 14:09:57 -0800 Subject: [PATCH] upgrade paho client One I'm using crashes occasionally so see if it's fixed. Not that I'm checking changelogs or anything :-) --- xwords4/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/android/app/build.gradle b/xwords4/android/app/build.gradle index 30d35d359..09fc10029 100644 --- a/xwords4/android/app/build.gradle +++ b/xwords4/android/app/build.gradle @@ -349,7 +349,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.2.+" implementation 'com.google.zxing:core:3.3.+' }