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
- Host: GitHub
- URL: https://github.com/dashxhq/dashx-android
- Owner: dashxhq
- Created: 2021-08-24T09:43:10.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2024-07-01T09:06:15.000Z (about 2 years ago)
- Last Synced: 2025-09-22T16:43:15.731Z (10 months ago)
- Topics: ab-testing, admin-panel, analytics, android, automation, billing, cms, feature-flags, kotlin, messaging, notifications
- Language: Kotlin
- Homepage: https://docs.dashx.com/developer
- Size: 360 KB
- Stars: 0
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# 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).