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 d4cacc4 commit 5a38027Copy full SHA for 5a38027
CHANGELOG.md
@@ -1,7 +1,13 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
-## [0.50.3]
+## [0.50.5]
5
+
6
+### Changed
7
+- Deprecated legacy PaymentCredentials.CREDIT_CARD (will be removed soon)
8
+- Improve background updates
9
10
+## [0.50.4]
11
12
### Fixed
13
- Coupon deletion from metadata
build.gradle
@@ -31,7 +31,7 @@ allprojects {
31
}
32
33
project.ext {
34
- sdkVersion='0.50.4'
+ sdkVersion='0.50.5'
35
versionCode=1
36
37
compileSdkVersion=31
0 commit comments