Skip to content

Commit 76c7090

Browse files
committed
update readme
1 parent b4e2a2f commit 76c7090

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ Add the dependency via Maven:
4040
<dependency>
4141
<groupId>com.auth0</groupId>
4242
<artifactId>auth0</artifactId>
43-
<version>5.0.0</version>
43+
<version>4.2.0</version>
4444
</dependency>
4545
```
4646

4747
or Gradle:
4848

4949
```gradle
50-
implementation 'com.auth0:auth0:5.0.0'
50+
implementation 'com.auth0:auth0:4.2.0'
5151
```
5252

5353
### Configure the SDK

0 commit comments

Comments
 (0)