Skip to content

Commit

Permalink
Release 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zaid-abdullah committed Sep 25, 2024
1 parent 775be40 commit 1699435
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

For more information, see the [README](https://github.com/sumup/Android-MerchantSDK/blob/master/README.md)
## Version 5.0.2
* [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
* [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

## Version 5.0.1
* [FIXED] "duplicate class" issue (due to R8 obfuscation) possibly happening when integrating with other external libraries

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ allprojects {
Add the dependency to a module:

```groovy
implementation 'com.sumup:merchant-sdk:5.0.1'
implementation 'com.sumup:merchant-sdk:5.0.2'
```


Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 26
targetSdkVersion 33
versionCode 1
versionName "5.0.1"
versionName "5.0.2"
}

packagingOptions {
Expand All @@ -35,7 +35,7 @@ android {
dependencies {
implementation 'com.google.android.gms:play-services-location:21.0.1'

implementation 'com.sumup:merchant-sdk:5.0.1'
implementation 'com.sumup:merchant-sdk:5.0.2'

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

0 comments on commit 1699435

Please sign in to comment.