Skip to content

Commit 818d1e3

Browse files
committed
Add android steps
1 parent 8b8d2ea commit 818d1e3

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,22 @@ AuthenticationAPIClient client = auth0.newAuthenticationAPIClient();
3636

3737
> Currently we only have a Authentication API Client, in future version we'll start adding Management API Client and methods.
3838
39+
### Android
40+
41+
You need to add the following to your `build.gradle` file:
42+
43+
``` gradle
44+
android {
45+
46+
// Other config of your application
47+
48+
packagingOptions {
49+
exclude 'META-INF/LICENSE'
50+
exclude 'META-INF/NOTICE'
51+
}
52+
}
53+
```
54+
3955
### Authentication API
4056

4157
#### Making a request

0 commit comments

Comments
 (0)