Skip to content

Talkable Integration and API for Android devices

License

Notifications You must be signed in to change notification settings

talkable/android-sdk

Repository files navigation

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