We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b8d2ea commit 818d1e3Copy full SHA for 818d1e3
1 file changed
README.md
@@ -36,6 +36,22 @@ AuthenticationAPIClient client = auth0.newAuthenticationAPIClient();
36
37
> Currently we only have a Authentication API Client, in future version we'll start adding Management API Client and methods.
38
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
55
### Authentication API
56
57
#### Making a request
0 commit comments