You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,13 @@
1
1
# Changelog
2
2
3
3
For more information, see the [README](https://github.com/sumup/Android-MerchantSDK/blob/master/README.md)
4
+
## Version 4.3.0
5
+
*[REMOVED] Dropping support for Android 7 (API 25) and below
6
+
*[ADDED] Solo USB under Beta: the Solo card reader now supports connecting and transacting over USB cable. The minimum required Solo software version that supports the USB mode is 3.3.17.2.
7
+
* If this version (3.3.17.2) is not yet available on your Solo when connected via Bluetooth, you can switch it to standalone mode (Menu-> Connection -> WiFi), login directly on the Solo and update it to the latest version.
8
+
* Solo USB is under beta phase which means that the feature still requires some optimization to ensure full stability.
9
+
* Known limitation: currently, if the USB cable is unplugged, the USB permission on the mobile device will need to be regranted.
10
+
* As of now, Solo is not able to wake up automatically from sleep mode. A connection needs to be reestablished from the Card Reader page.
4
11
5
12
## Version 4.2.0
6
13
*[ADDED] Support for Peruvian Sol currency – `SumUpPayment.Currency.PEN`
Copy file name to clipboardExpand all lines: README.md
+2-18Lines changed: 2 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,7 @@ For more information about SumUp developer products, please refer to our <a href
14
14
1. Registered for a merchant account via SumUp's [country websites](https://sumup.com/) (or received a test account)
15
15
2. Received SumUp card terminal: Solo, Air, Air Lite or PIN+ Terminal
16
16
3. Requested an Affiliate (Access) Key via [SumUp Dashboard](https://me.sumup.com/developers) for Developers
17
-
4. SumUp SDK requires `minSdkVersion` 23 or later
18
-
- For Android SDK below 26, it is required to enable desugaring for Java 8+ API compatibility. See dedicated section [here](https://github.com/sumup/sumup-android-sdk#12-supporting-android-api-below-26)
17
+
4. SumUp SDK requires `minSdkVersion` 26 or later
19
18
6. SumUp SDK ensures support for
20
19
-`targetSDK` 30 or later
21
20
- AGP 7.0.0 or later
@@ -47,7 +46,7 @@ allprojects {
47
46
Add the dependency to a module:
48
47
49
48
```groovy
50
-
implementation 'com.sumup:merchant-sdk:4.2.0'
49
+
implementation 'com.sumup:merchant-sdk:4.3.0'
51
50
```
52
51
53
52
@@ -295,21 +294,6 @@ Even if the SumUp SDK is now set to targetSDK 31, backward compatibility to lowe
295
294
296
295
**WARNING**: Make sure to remove this block of code when raising your targetSDK to 31 and above!
297
296
298
-
### 11. Supporting Android API below 26
299
-
For Android SDK below 26, it is required to enable desugaring for Java 8+ API compatibility.
0 commit comments