From 15541c56672b8326bc11528b9edaaa8c908d02a0 Mon Sep 17 00:00:00 2001 From: Nazli Yurdakul <69359432+nazli-stripe@users.noreply.github.com> Date: Tue, 24 Oct 2023 19:17:12 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b3f191dd..36130719 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Updating to a newer version of the SDK? See our [release notes](https://github.c ### Android - Android 5.0 (API level 21) and above + * Note that attempting to override minSdkVersion to decrease the minimum supported API level will not work due to internal runtime API level validation. Furthermore, Stripe is updating the Terminal Android SDK to support Google’s recently released Android 14 (SDK 34). Please continue to target SDK 33 in the meantime as there are known issues with mPOS devices and TTP when targeting SDK 34. Please track the following [ticket](https://github.com/stripe/stripe-terminal-android/issues/387) for updates on progress. - compileSdkVersion = 33 - targetSdkVersion = 31