Skip to content

Commit feb44d9

Browse files
authored
Release 3.13.0 (auth0#903)
2 parents f94c6bc + 7e462db commit feb44d9

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12.2
1+
3.13.0

CHANGELOG.md

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

3+
## [3.13.0](https://github.com/auth0/Auth0.Android/tree/3.13.0) (2026-02-06)
4+
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.12.2...3.13.0)
5+
6+
**Added**
7+
- Expanding Flexible Factors Grant Android Support [\#896](https://github.com/auth0/Auth0.Android/pull/896) ([utkrishtsahu](https://github.com/utkrishtsahu))
8+
- fix: Prevent DPoP replay protection error due to OkHttp retry [\#902](https://github.com/auth0/Auth0.Android/pull/902) ([pmathew92](https://github.com/pmathew92))
9+
310
## [3.12.2](https://github.com/auth0/Auth0.Android/tree/3.12.2) (2026-01-23)
411
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.12.1...3.12.2)
512

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To install Auth0.Android with [Gradle](https://gradle.org/), simply add the foll
5252

5353
```gradle
5454
dependencies {
55-
implementation 'com.auth0.android:auth0:3.12.2'
55+
implementation 'com.auth0.android:auth0:3.13.0'
5656
}
5757
```
5858

0 commit comments

Comments
 (0)