Skip to content

Commit 1699435

Browse files
committed
Release 5.0.2
1 parent 775be40 commit 1699435

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33
For more information, see the [README](https://github.com/sumup/Android-MerchantSDK/blob/master/README.md)
4+
## Version 5.0.2
5+
* [FIXED] An issue where successful transactions were returned without all the relevant information in the SumUpAPI.Response.TX_INFO object, e.g. the card type
6+
* [FIXED] A bug where initiating a checkout while the Card Reader payment method was disabled in the merchant settings resulted in a transaction failure. The SDK now enables it intrinsically
7+
48
## Version 5.0.1
59
* [FIXED] "duplicate class" issue (due to R8 obfuscation) possibly happening when integrating with other external libraries
610

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ allprojects {
4646
Add the dependency to a module:
4747

4848
```groovy
49-
implementation 'com.sumup:merchant-sdk:5.0.1'
49+
implementation 'com.sumup:merchant-sdk:5.0.2'
5050
```
5151

5252

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
minSdkVersion 26
99
targetSdkVersion 33
1010
versionCode 1
11-
versionName "5.0.1"
11+
versionName "5.0.2"
1212
}
1313

1414
packagingOptions {
@@ -35,7 +35,7 @@ android {
3535
dependencies {
3636
implementation 'com.google.android.gms:play-services-location:21.0.1'
3737

38-
implementation 'com.sumup:merchant-sdk:5.0.1'
38+
implementation 'com.sumup:merchant-sdk:5.0.2'
3939

4040
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:1.1.5"
4141
}

0 commit comments

Comments
 (0)