From f1d85fcb94ddd76d00d31e525031b570fd78dd50 Mon Sep 17 00:00:00 2001 From: Dmitriy Baryshev Date: Wed, 24 Jun 2026 16:07:37 +0200 Subject: [PATCH] feat(docs): add Android Tap-to-Pay 1.1.3 release notes --- src/content/changelog/android-tap-to-pay-1.1.3.md | 10 ++++++++++ .../docs/terminal-payments/sdks/android-ttp.mdx | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 src/content/changelog/android-tap-to-pay-1.1.3.md diff --git a/src/content/changelog/android-tap-to-pay-1.1.3.md b/src/content/changelog/android-tap-to-pay-1.1.3.md new file mode 100644 index 00000000..a6dccc9b --- /dev/null +++ b/src/content/changelog/android-tap-to-pay-1.1.3.md @@ -0,0 +1,10 @@ +--- +title: "Android Tap-to-Pay 1.1.3" +tags: ["Android Tap-to-pay SDK", "Android", "SDK"] +publishedDate: 2026-06-22 +--- + +### Fixes + +- Reliability improvements +- Improved security diff --git a/src/content/docs/terminal-payments/sdks/android-ttp.mdx b/src/content/docs/terminal-payments/sdks/android-ttp.mdx index 0bb3ff93..8c80c440 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.1") + implementation("com.sumup.tap-to-pay:utopia-sdk:1.1.3") ``` 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`: