File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4+ ## [ 0.52.0-beta02]
5+
6+ ### Fixed
7+ - Fixed an issue with Keyguard popping up multiple times on Android < 9 while entering PayOne Credentials
8+ - Fixed a crash when while using the CheckInLocationManager on Android < 8.
9+ - Fixed a crash when starting location updates from a background thread
10+
11+ ### Changes
12+ - Skip brand selection of payment selection when only one project is being shown
13+
414## [ 0.52.0-beta01]
515
616### Breaking Changes
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ allprojects {
3131 }
3232
3333 project. ext {
34- sdkVersion= ' 0.52.0-beta01 '
34+ sdkVersion= ' 0.52.0-beta02 '
3535 versionCode= 1
3636
3737 compileSdkVersion= 31
You can’t perform that action at this time.
0 commit comments