Skip to content

dashxhq/dashx-android

Repository files navigation


DashX

Your All-in-One Product Stack


dashx-android

DashX SDK for Android

Install

  • Add Maven Central repository to your settings.gradle:
dependencyResolutionManagement {
    repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
    repositories {
        google()
        mavenCentral()
    }
}
  • Add dashx-android to your dependencies in your module-level build.gradle:
dependencies {
    implementation 'com.dashx:dashx-android:1.0.12'
}

Usage

For detailed usage, refer to the documentation.