relateddigital-android

relateddigital-android

Stars
5

Latest Version

October 4, 2024 - v1.3.9

About SDK

This SDK has been developed to be the Android 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-android library into your module-level build.gradle file as shown below:

implementation 'com.github.relateddigital:relateddigital-android:1.3.9'

Licences

Related Digital

Package Rankings
Top 36.72% on Repo1.maven.org