Initial client working for MQTT push notifications.
This commit is contained in:
parent
1815d574c8
commit
6752d45d4b
8 changed files with 534 additions and 38 deletions
|
@ -63,6 +63,10 @@ dependencies {
|
|||
googleCompile 'com.google.firebase:firebase-crash:10.2.4'
|
||||
testCompile 'junit:junit:4.12'
|
||||
annotationProcessor 'com.jakewharton:butterknife-compiler:8.5.1'
|
||||
compile 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.1.0'
|
||||
compile('org.eclipse.paho:org.eclipse.paho.android.service:1.1.1') {
|
||||
exclude module: 'support-v4'
|
||||
}
|
||||
}
|
||||
|
||||
apply plugin: 'com.google.gms.google-services'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue