Skip to content

Commit

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

For more information, see the [README](https://github.com/sumup/Android-MerchantSDK/blob/master/README.md)
## Version 5.0.1
* [FIXED] "duplicate class" issue (due to R8 obfuscation) possibly happening when integrating with other external libraries

## Version 5.0.0
* [ADDED] Support for the Solo Lite card reader (beta phase)
* [ADDED] Support for Australian Dollar and Mexican Pesos currencies - `SumUpPayment.Currency.AUD`, `SumUpPayment.Currency.MXN`
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.0'
implementation 'com.sumup:merchant-sdk:5.0.1'
```


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.0"
versionName "5.0.1"
}

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.0'
implementation 'com.sumup:merchant-sdk:5.0.1'

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

0 comments on commit 775be40

Please sign in to comment.