Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 947 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 947 Bytes

EIDU Integration Library

Maven Central

This library helps you to get your Android app ready to integrate with the EIDU platform.

Usage

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.

Support

Please contact EIDU at dev@eidu.com if you need help.

Contributing

We are excited about your contributions. See our current contribution guidelines to get started.

License

This library is published under the MIT License.