File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 0.8.1] ( https://github.com/auth0/Guardian.Android/tree/0.8.1 ) (2024-12-11)
4
+ [ Full Changelog] ( https://github.com/auth0/Guardian.Android/compare/0.8.0...0.8.1 )
5
+
6
+ ** Changed**
7
+ - Fix for JsonIOException when making request
8
+
9
+
3
10
## [ 0.8.0] ( https://github.com/auth0/Guardian.Android/tree/0.8.0 ) (2024-03-15)
4
11
[ Full Changelog] ( https://github.com/auth0/Guardian.Android/compare/0.7.0...0.8.0 )
5
12
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ GuardianSDK is available both in [Maven Central](http://search.maven.org) and
33
33
To start using * GuardianSDK* add these lines to your ` build.gradle ` dependencies file:
34
34
35
35
``` gradle
36
- implementation 'com.auth0.android:guardian:0.8.0 '
36
+ implementation 'com.auth0.android:guardian:0.8.1 '
37
37
```
38
38
39
39
## Usage
You can’t perform that action at this time.
0 commit comments