Hotline Android SDK -
Integration Guide
Quick Steps
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
}
'
}