File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 0.9.0] ( https://github.com/auth0/Guardian.Android/tree/0.9.0 ) (2025-01-29)
4
+ [ Full Changelog] ( https://github.com/auth0/Guardian.Android/compare/0.8.1...0.9.0 )
5
+
6
+ ** Changed**
7
+ - Add support for fetching rich consents
8
+
3
9
## [ 0.8.1] ( https://github.com/auth0/Guardian.Android/tree/0.8.1 ) (2024-12-11)
4
10
[ Full Changelog] ( https://github.com/auth0/Guardian.Android/compare/0.8.0...0.8.1 )
5
11
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.1 '
36
+ implementation 'com.auth0.android:guardian:0.9.0 '
37
37
```
38
38
39
39
## Usage
You can’t perform that action at this time.
0 commit comments