KeystoneSDK Android library project that works with jitpack.io.
See this Tutorial on how to publish an Android Library with JitPack.
For more details check out the documentation
https://jitpack.io/#KeystoneHQ/keystone-sdk-android
Add it to your build.gradle with:
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
or add it to your settings.gradle with:
dependencyResolutionManagement {
repositories {
maven { url 'https://www.jitpack.io' }
}
}
then add dependency:
dependencies {
compile 'com.github.KeystoneHQ/keystone-sdk-android:{latest version}'
}