1 parent b4e2a2f commit 76c7090Copy full SHA for 76c7090
1 file changed
README.md
@@ -40,14 +40,14 @@ Add the dependency via Maven:
40
<dependency>
41
<groupId>com.auth0</groupId>
42
<artifactId>auth0</artifactId>
43
- <version>5.0.0</version>
+ <version>4.2.0</version>
44
</dependency>
45
```
46
47
or Gradle:
48
49
```gradle
50
-implementation 'com.auth0:auth0:5.0.0'
+implementation 'com.auth0:auth0:4.2.0'
51
52
53
### Configure the SDK
0 commit comments