Skip to content

Commit 5a38027

Browse files
committed
Bump version for sdk update
1 parent d4cacc4 commit 5a38027

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## [0.50.3]
4+
## [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]
511

612
### Fixed
713
- Coupon deletion from metadata

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ allprojects {
3131
}
3232

3333
project.ext {
34-
sdkVersion='0.50.4'
34+
sdkVersion='0.50.5'
3535
versionCode=1
3636

3737
compileSdkVersion=31

0 commit comments

Comments
 (0)