1.0.0
Android java toolkit for Auth0 API
Requirements
Android API version 15 or newer
Installation
Gradle
Auth0.android is available through Gradle. To install it, simply add the following line to your build.gradle
file:
dependencies {
compile "com.auth0.android:auth0:1.0.0"
}