This library helps you to get your Android app ready to integrate with the EIDU platform.
To add the Gradle dependency:
repositories {
mavenCentral()
}
dependencies {
implementation("com.eidu:integration-library:<version>")
}
Please consult dev.eidu.com for instructions and the Javadoc documentation for the detailed API documentation.
Please contact EIDU at [email protected] if you need help.
We are excited about your contributions. See our current contribution guidelines to get started.
This library is published under the MIT License.