We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8da2c72 commit c17a6c5Copy full SHA for c17a6c5
CHANGELOG.md
@@ -1,6 +1,12 @@
1
-# Changelog
+# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## [0.48.0]
5
+
6
+### Changes
7
+- Improved payment selection flow, hinting at adding online payment methods before showing offline payment methods
8
+- Consolidated and simplified payment options
9
10
## [0.47.2]
11
12
### Fixed
build.gradle
@@ -31,7 +31,7 @@ allprojects {
31
}
32
33
project.ext {
34
- sdkVersion='0.47.2'
+ sdkVersion='0.48.0'
35
versionCode=1
36
37
compileSdkVersion=30
0 commit comments