relateddigital-google

Android without Huawei SDKs

Stars
3

Latest Version

October 4, 2024 - v1.3.7

About SDK

This SDK has been developed to be the Android/Google client for the Related Digital services.

It is written in Kotlin.

You can find the documents about how to use the SDK on the following links:

documents-eng

documents-tr

Installation

Related Digital Android SDK requires minimum API level 21.

Please, add Maven jitpack repository into your project-level build.gradle file as shown below:

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

Please, add the dependency of relateddigital-google library into your module-level build.gradle file as shown below:

implementation 'com.github.relateddigital:relateddigital-google:1.3.7'

Licences

Related Digital