Overview
This section shows how to integrate Spyne SDK in your Android app. Before getting started, complete the Android SDK Quick Start Guide. The quick start guide shows how to install the Spyne SDK, click your first shoot, and refer the subject on dashboard.
Install SDK
To use the Spyne Android SDK, please follow the steps required below:
Install using Android Studio and Gradle
Add the Jitpack repository to your project-level build.gradle
file at the end of repository
project-level build.gradle
allprojects {
repositories {
}
google()
mavenCentral()
maven {
}
mavenCentral()
maven {
url "https://jitpack.io"
credentials { username authToken }
}
credentials { username authToken }
Adding SDK dependency version
Add the dependency to your module-level build.gradle
file
module-level build.gradle
dependencies {
implementation
'com.github.gouravspyne:MFCsdk:2.75'
}
Authenticating the SDK
Add the token to your module-level gradle.properties
file
module-level gradle.properties
authToken = jp_fs5s5gl8ur3qohon41oe45k7vi