File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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.
You can’t perform that action at this time.
0 commit comments