DashX SDK for Android
- 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-levelbuild.gradle
:
dependencies {
implementation 'com.dashx:dashx-android:1.0.12'
}
For detailed usage, refer to the documentation.