You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 15, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ You can find the latest SDK version at [central repository](https://repo1.maven.
27
27
Add this dependency to your project's build file:
28
28
29
29
```groovy
30
-
implementation "com.corbado:corbado-java:1.0.5"
30
+
implementation "com.corbado:corbado-java:1.0.6"
31
31
```
32
32
33
33
#### Maven users
@@ -38,7 +38,7 @@ Add this dependency to your project's POM:
38
38
<dependency>
39
39
<groupId>com.corbado</groupId>
40
40
<artifactId>corbado-java</artifactId>
41
-
<version>1.0.5</version>
41
+
<version>1.0.6</version>
42
42
</dependency>
43
43
```
44
44
@@ -47,8 +47,18 @@ Add this dependency to your project's POM:
47
47
To create a Corbado Java SDK instance you need to provide your `Project ID` and `API secret` which can be found at the [Developer Panel](https://app.corbado.com).
0 commit comments