diff --git a/.circleci/config.yml b/.circleci/config.yml index 0c1b289..31b24e0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,7 @@ orbs: parameters: docker_image: type: string - default: circleci/android:api-30 + default: cimg/android:2025.01.1 jobs: build: diff --git a/CHANGELOG.md b/CHANGELOG.md index c80e5f9..b71a587 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [0.9.0](https://github.com/auth0/Guardian.Android/tree/0.9.0) (2025-01-29) +[Full Changelog](https://github.com/auth0/Guardian.Android/compare/0.8.1...0.9.0) + +**Changed** +- Add support for fetching rich consents + ## [0.8.1](https://github.com/auth0/Guardian.Android/tree/0.8.1) (2024-12-11) [Full Changelog](https://github.com/auth0/Guardian.Android/compare/0.8.0...0.8.1) diff --git a/README.md b/README.md index 4310a50..fb4f4ef 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ GuardianSDK is available both in [Maven Central](http://search.maven.org) and To start using _GuardianSDK_ add these lines to your `build.gradle` dependencies file: ```gradle -implementation 'com.auth0.android:guardian:0.8.1' +implementation 'com.auth0.android:guardian:0.9.0' ``` ## Usage