Skip to content

Instantly share code, notes, and snippets.

@hussanhijazi
Last active November 29, 2018 13:02
Show Gist options
  • Save hussanhijazi/eb3ec74d878a76d55697cd7908b3ae9c to your computer and use it in GitHub Desktop.
Save hussanhijazi/eb3ec74d878a76d55697cd7908b3ae9c to your computer and use it in GitHub Desktop.
Add Paho Android library
// no build.gradle do projeto
repositories {
maven {
url "https://repo.eclipse.org/content/repositories/paho-snapshots/"
}
}
// no build.gradle do app
dependencies {
compile 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.1.0'
compile 'org.eclipse.paho:org.eclipse.paho.android.service:1.1.1'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment