Skip to content

Commit ceb2dd4

Browse files
authored
Release 3.5.0 (#810)
1 parent f057636 commit ceb2dd4

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.0
1+
3.5.0

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## [3.5.0](https://github.com/auth0/Auth0.Android/tree/3.5.0) (2025-03-17)
4+
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.4.0...3.5.0)
5+
6+
**Added**
7+
- Updated documentation to pass an activity context for login and logout [\#808](https://github.com/auth0/Auth0.Android/pull/808) ([pmathew92](https://github.com/pmathew92))
8+
- Add to CustomTabsOptions ability to disable opening auth in custom tab [\#806](https://github.com/auth0/Auth0.Android/pull/806) ([bennycao](https://github.com/bennycao))
9+
10+
**Changed**
11+
- Fixed the java samples in the Example.md file [\#807](https://github.com/auth0/Auth0.Android/pull/807) ([pmathew92](https://github.com/pmathew92))
12+
313
## [3.4.0](https://github.com/auth0/Auth0.Android/tree/3.4.0) (2025-02-13)
414
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.3.0...3.4.0)
515

README.md

Lines changed: 1 addition & 1 deletion
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.4.0'
54+
implementation 'com.auth0.android:auth0:3.5.0'
5555
}
5656
```
5757

0 commit comments

Comments
 (0)