Skip to content

Commit

Permalink
Release 3.4.0 (#801)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmathew92 authored Feb 13, 2025
1 parent 42200c6 commit e3afbe2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.0
3.4.0
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [3.4.0](https://github.com/auth0/Auth0.Android/tree/3.4.0) (2025-02-13)
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.3.0...3.4.0)

**Added**
- Support Process Death in WebAuthProvider [\#784](https://github.com/auth0/Auth0.Android/pull/784) ([ahibrahimleague](https://github.com/ahibrahimleague))

**Changed**
- Updated compile and target sdk version to 35 [\#799](https://github.com/auth0/Auth0.Android/pull/799) ([pmathew92](https://github.com/pmathew92))

## [3.3.0](https://github.com/auth0/Auth0.Android/tree/3.3.0) (2025-02-03)
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.2.1...3.3.0)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ To install Auth0.Android with [Gradle](https://gradle.org/), simply add the foll

```gradle
dependencies {
implementation 'com.auth0.android:auth0:3.3.0'
implementation 'com.auth0.android:auth0:3.4.0'
}
```

Expand Down

0 comments on commit e3afbe2

Please sign in to comment.