Skip to content

trxhosts/msdk-android-core

Repository files navigation

Download

Quickstart

How to use example project

  1. Open your application (androidApp) module (build.gradle.kts);
  2. Set projectId and projectSecretKey variables
  3. Run sync gradle task

Importing libraries in your project

The SDK for Android libraries can be imported via MavenCentral. To import the libraries via MavenCentral, you need to do the following:

  1. Open your application (androidApp) module (build.gradle.kts);
  2. In the repositories {} section, specify the mavenCentral repository:
allprojects {
    repositories {
        google()
        mavenCentral()
    }
}
  1. In the dependencies {} section, add the following dependencies:
implementation "com.trxhost:msdk-core-android:LATEST_VERSION"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages