File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33For 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
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ allprojects {
4747Add 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
Original file line number Diff line number Diff 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 {
3535dependencies {
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}
You can’t perform that action at this time.
0 commit comments