Android SDK
Setting up the Conscent.ai SDK (Loyalty Platform) in your Android app
Initialize SDK
Add Dependencies
authToken=jp_lumadc0egqfu7bvmh1g7pe9t13buildscript {
...
}
allprojects {
repositories {
...
maven {
url "http://jitpack.io"
credentials { username authToken }
} }
}

Last updated