upgrade paho client

One I'm using crashes occasionally so see if it's fixed. Not that I'm
checking changelogs or anything :-)
This commit is contained in:
Eric House 2021-01-11 14:09:57 -08:00
parent 5989b6e217
commit 4f6c13a0d2

View file

@ -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.+'
}