Skip to main content

Adding the Android SDK

Open the root settings.gradle file and add a new maven destination to the repositories in the allprojects section.

allprojects {
repositories {
maven { url 'https://tinyurl.com/earthidcdn' }
maven { url 'https://jitpack.io' }

}
}

Add the EarthID SDK dependency to the application build.gradle file:

implementation 'com.github.earthidSDK:earthidSdkAndroid:v1.5