Last active
November 29, 2018 13:02
-
-
Save hussanhijazi/eb3ec74d878a76d55697cd7908b3ae9c to your computer and use it in GitHub Desktop.
Add Paho Android library
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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