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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,15 @@
1
1
# Changelog
2
2
3
3
For more information, see the [README](https://github.com/sumup/Android-MerchantSDK/blob/master/README.md)
4
+
5
+
## Version 7.1.0
6
+
*[ADDED] Support for target SDK 36.
7
+
*[ADDED] Support for Android Gradle Plugin 9.x.
8
+
*[ADDED] SumUpLoginContract, SumUpCardReaderPageContract, and SumUpCheckoutContract to support Activity Result API integrations. Existing onActivityResult-based integrations remain unchanged. Please refer to the documentation for more information.
9
+
*[IMPROVEMENT] Reduced SDK size by approximately 8 MB.
10
+
*[IMPROVEMENT] In offline sessions, totalApprovedAmount now includes tip amounts.
11
+
***Important:** SDK v7.1.0 introduces internal changes that are not backward compatible. After upgrading and running the application with v7.1.0, downgrading to an earlier SDK version is not supported.
12
+
4
13
## Version 7.0.0
5
14
*[ADDED]`successScreenTimeout` in the payment builder to configure the duration of the success screen.
6
15
*[ADDED]`getSavedCardReaderDetails()` to retrieve details of the saved card reader (serial number, type, and battery percentage).
0 commit comments