Skip to content

relateddigital/relateddigital-android

Repository files navigation

Related Digital Android Library

Latest Version

August 19, 2024 - v1.3.5

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.5'

Licences

Related Digital