From fae92374dacdbd102c81e17f46f52b84d4345817 Mon Sep 17 00:00:00 2001 From: Poovamraj T T Date: Tue, 18 Apr 2023 22:58:52 +0530 Subject: [PATCH] Release 2.9.1 (#649) --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f93033b..344a7c07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [2.9.1](https://github.com/auth0/Auth0.Android/tree/2.9.1) (2023-04-18) +[Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.9.0...2.9.1) + +**Fixed** +- Update dependencies [\#641](https://github.com/auth0/Auth0.Android/pull/641) ([poovamraj](https://github.com/poovamraj)) + ## [2.9.0](https://github.com/auth0/Auth0.Android/tree/2.9.0) (2023-03-16) [Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.8.1...2.9.0) diff --git a/README.md b/README.md index 15cf87ee..ec8f42d7 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Android API version 31 or later and Java 8+. -> :warning: Applications targeting Android SDK version 30 and below should use version 2.9.0. +> :warning: Applications targeting Android SDK version 30 and below should use version 2.9.1. Here’s what you need in `build.gradle` to target Java 8 byte code for Android and Kotlin plugins respectively. @@ -51,7 +51,7 @@ To install Auth0.Android with [Gradle](https://gradle.org/), simply add the foll ```gradle dependencies { - implementation 'com.auth0.android:auth0:2.9.0' + implementation 'com.auth0.android:auth0:2.9.1' } ```