Uses Retrofit to encapsulate the Leanplum API.
The SDK is hosted on Bintray, to use it in your build, add the Maven repository to your repositories list:
repositories {
maven {
url "http://dl.bintray.com/scopely-oss/scopely-maven"
}
}
- Track
- Advance
- Multi
- GetVars
Make sure to set the environment variables LEANPLUM_APP_ID
and LEANPLUM_KEY
to
a set of valid development credentials in order to run the tests. You should use
a sandbox test app for this.
This library builds automatically on Travis-CI, and successful builds from the master branch auto-deploy to Bintray.