Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 588 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 588 Bytes

Freshchat Android SDK

First time integration

Quick Steps

Project gradle file build.gradle

allprojects {
    repositories {
        jcenter()
        maven { url "https://jitpack.io" }
    }
}

App Module gradle file (app/build.gradle)

dependencies {
    implementation 'com.github.freshdesk:freshchat-android:{latestVersion}'
}

Updating to newer versions of SDK