Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

KenkouGmbH/corio-sdk-dependencies-android

Repository files navigation

Android Corio SDK Dependencies

This library contains only the dependencies for the Corio SDK. It is used to keep the dependencies in one place and to avoid version conflicts.

Latest versions of the dependencies are defined in the version catalog file.

Usage

Add the following lines to your root build.gradle:

dependencyResolutionManagement {
    repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
    repositories {
        mavenCentral()
        maven { url 'https://jitpack.io' }
    }
}

Add the following lines to your project/build.gradle:

# For Headless SDK
implementation 'com.github.corio-health.sdk-dependencies-android:headless:$version'

# For Visual SDK
implementation 'com.github.corio-health.sdk-dependencies-android:visual:$version'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors