An open API service indexing awesome lists of open source software.

https://github.com/dashxhq/dashx-android

DashX SDK for Android
https://github.com/dashxhq/dashx-android

ab-testing admin-panel analytics android automation billing cms feature-flags kotlin messaging notifications

Last synced: 4 months ago
JSON representation

DashX SDK for Android

Awesome Lists containing this project

README

          




DashX




Your All-in-One Product Stack



Website
|
Demos
|
Documentation



# dashx-android

_DashX SDK for Android_

## Install

- Add Maven Central repository to your `settings.gradle`:

```groovy
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
```

- Add `dashx-android` to your dependencies in your module-level `build.gradle`:

```groovy
dependencies {
implementation 'com.dashx:dashx-android:1.0.12'
}
```

## Usage

For detailed usage, refer to the [documentation](https://docs.dashx.com).