Skip to content

Commit f8ea6b8

Browse files
committed
Release 4.2.0
1 parent 5d4b1db commit f8ea6b8

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
@@ -2,6 +2,10 @@
22

33
For more information, see the [README](https://github.com/sumup/Android-MerchantSDK/blob/master/README.md)
44

5+
## Version 4.2.0
6+
* [ADDED] Support for Peruvian Sol currency – `SumUpPayment.Currency.SOL`
7+
* [IMPROVEMENT] Enhanced tablet view UI in card reader setup when multiple card readers are discovered
8+
59
## Version 4.1.1
610
* [FIXED] A misbehavior that could lead to isolated cases of rescanning for a card reader before a checkout
711
* [FIXED] A crash that can occur when finalizing a firmware update on an Air card reader

README.md

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

4949
```groovy
50-
implementation 'com.sumup:merchant-sdk:4.1.1'
50+
implementation 'com.sumup:merchant-sdk:4.2.0'
5151
```
5252

5353

app/build.gradle

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

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

38-
implementation 'com.sumup:merchant-sdk:4.1.1'
38+
implementation 'com.sumup:merchant-sdk:4.2.0'
3939

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

0 commit comments

Comments
 (0)