Skip to content

Commit

Permalink
Release 2.9.1 (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
poovamraj committed Apr 18, 2023
1 parent c915ad3 commit fae9237
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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'
}
```

Expand Down

0 comments on commit fae9237

Please sign in to comment.