Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 894 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 894 Bytes

Android ReferrerSDK for Cafe Bazaar App Store.

Getting Started

To start working with ReferrerSDK, you need to add its dependency into your build.gradle file:

Dependency

dependencies {
    implementation "com.github.cafebazaar:referrersdk:[latest_version]"
}

Then you need to add jitpack as your maven repository in build.gradle file:

repositories {
        google()
        jcenter()
        maven { url 'https://jitpack.io' }
    }

How to use

For more information regarding the usage of ReferrerSDK, please check out the wiki page.

Sample

There is a fully functional sample application that demonstrates the usage of ReferrerSDK, all you have to do is cloning the project and running the app module.