Skip to content

Commit 80f7da3

Browse files
authored
Release v2.11.1 (#41)
1 parent 89c9423 commit 80f7da3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.11.1] - 2026-03-13
9+
10+
- Fixed an issue where internal weak references were removed by aggressive R8 optimizations.
11+
- Fixed Android Custom Tabs redirect flows issues when different task affinities are used in the host application.
12+
- Fixed an issue where browser and Android Custom Tabs redirect flows were not working when the application lifecycle is changed during the flow.
13+
- Fixed memory leaks in Android Custom Tabs redirect flows.
14+
- Added explicit ViewModelProvider.Factory implementations to prevent crashes when provider factory is overridden by the host application.
15+
- Removed unused internal methods.
16+
817
## [2.11.0] - 2026-02-12
918

1019
- Added Klarna Identity integration as part of Klarna Network with new `klarna-network-identity` module.

0 commit comments

Comments
 (0)