Skip to content

Commit 775be40

Browse files
committed
Release 5.0.1
1 parent 100a280 commit 775be40

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

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

33
For more information, see the [README](https://github.com/sumup/Android-MerchantSDK/blob/master/README.md)
4+
## Version 5.0.1
5+
* [FIXED] "duplicate class" issue (due to R8 obfuscation) possibly happening when integrating with other external libraries
6+
47
## Version 5.0.0
58
* [ADDED] Support for the Solo Lite card reader (beta phase)
69
* [ADDED] Support for Australian Dollar and Mexican Pesos currencies - `SumUpPayment.Currency.AUD`, `SumUpPayment.Currency.MXN`

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.0'
49+
implementation 'com.sumup:merchant-sdk:5.0.1'
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.0"
11+
versionName "5.0.1"
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.0'
38+
implementation 'com.sumup:merchant-sdk:5.0.1'
3939

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

0 commit comments

Comments
 (0)