Skip to content

Instantly share code, notes, and snippets.

@celiovasconcelos
Last active May 20, 2018 14:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save celiovasconcelos/0eef1bf0acf5850d5e40 to your computer and use it in GitHub Desktop.
Save celiovasconcelos/0eef1bf0acf5850d5e40 to your computer and use it in GitHub Desktop.
gradle
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
dependencies {
implementation 'com.pushlink:pushlink-android:5.5.3'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment