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