From 1bfdf88585feed4c0014688aa862f603e939ae70 Mon Sep 17 00:00:00 2001 From: Dmitriy Baryshev Date: Fri, 3 Jul 2026 14:53:59 +0200 Subject: [PATCH 1/2] feat(docs): add Android Tap-to-Pay 1.1.4 release notes --- src/content/changelog/android-tap-to-pay-1.1.4.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/content/changelog/android-tap-to-pay-1.1.4.md diff --git a/src/content/changelog/android-tap-to-pay-1.1.4.md b/src/content/changelog/android-tap-to-pay-1.1.4.md new file mode 100644 index 00000000..db6374a7 --- /dev/null +++ b/src/content/changelog/android-tap-to-pay-1.1.4.md @@ -0,0 +1,13 @@ +--- +title: "Android Tap-to-Pay 1.1.4" +tags: ["Android Tap-to-pay SDK", "Android", "SDK"] +publishedDate: 2026-07-01 +--- + +### New Features + +- Added support for SUNMI devices and other Android terminals that use internal (non-external) NFC adapters + +### Fixes + +- Prevent fatal crash when the SDK performs an authenticated network request without an AuthTokenProvider configured From d3f6e8bea902224015ba52e12b6892220f42712f Mon Sep 17 00:00:00 2001 From: Dmitriy Baryshev Date: Fri, 3 Jul 2026 14:56:18 +0200 Subject: [PATCH 2/2] docs: bump Android Tap-to-Pay SDK dependency to 1.1.4 --- src/content/docs/terminal-payments/sdks/android-ttp.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/terminal-payments/sdks/android-ttp.mdx b/src/content/docs/terminal-payments/sdks/android-ttp.mdx index 8c80c440..d6e4acd7 100644 --- a/src/content/docs/terminal-payments/sdks/android-ttp.mdx +++ b/src/content/docs/terminal-payments/sdks/android-ttp.mdx @@ -67,7 +67,7 @@ You can use the sample app provided in the [GitHub repository](https://github.co 2. Add the dependency to a module `build.gradle`: ```kotlin - implementation("com.sumup.tap-to-pay:utopia-sdk:1.1.3") + implementation("com.sumup.tap-to-pay:utopia-sdk:1.1.4") ``` 3. Starting from SDK version 1.1.1, [core library desugaring](https://developer.android.com/studio/write/java8-support#library-desugaring) is required. Add the following to your module `build.gradle`: