Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 776 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 776 Bytes

Talkable Android SDK

Build Status

Talkable Android SDK makes it easy to integrate Talkable referral functionality into Android apps.

Installation

1. Add the JitPack repository to your build.gradle

Add it in your root build.gradle at the end of repositories:

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

2. Add the dependency to your module's build.gradle

dependencies {
	implementation 'com.github.talkable:android-sdk:0.5.12'
}

Documentation

http://docs.talkable.com/android_sdk