Project gradle file build.gradle
allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
}
App Module gradle file (app/build.gradle)
dependencies {
compile 'com.github.freshdesk:hotline-android:{latestVersion}'
}