Skip to content

Commit e3afbe2

Browse files
authored
Release 3.4.0 (#801)
1 parent 42200c6 commit e3afbe2

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.0
1+
3.4.0

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## [3.4.0](https://github.com/auth0/Auth0.Android/tree/3.4.0) (2025-02-13)
4+
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.3.0...3.4.0)
5+
6+
**Added**
7+
- Support Process Death in WebAuthProvider [\#784](https://github.com/auth0/Auth0.Android/pull/784) ([ahibrahimleague](https://github.com/ahibrahimleague))
8+
9+
**Changed**
10+
- Updated compile and target sdk version to 35 [\#799](https://github.com/auth0/Auth0.Android/pull/799) ([pmathew92](https://github.com/pmathew92))
11+
312
## [3.3.0](https://github.com/auth0/Auth0.Android/tree/3.3.0) (2025-02-03)
413
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.2.1...3.3.0)
514

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To install Auth0.Android with [Gradle](https://gradle.org/), simply add the foll
5151

5252
```gradle
5353
dependencies {
54-
implementation 'com.auth0.android:auth0:3.3.0'
54+
implementation 'com.auth0.android:auth0:3.4.0'
5555
}
5656
```
5757

0 commit comments

Comments
 (0)