From 813e0bc4b04aaf96ac1fca7ccaf5928ac2997633 Mon Sep 17 00:00:00 2001 From: Nazli Yurdakul <69359432+nazli-stripe@users.noreply.github.com> Date: Mon, 14 Oct 2024 20:00:44 -0400 Subject: [PATCH] Update README.md for Android requirements (#832) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8438a8eb..487f35a3 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Updating to a newer version of the SDK? See our [release notes](https://github.c ### Android - Android API level 26 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. + * Note that attempting to override minSdkVersion to decrease the minimum supported API level will not work due to internal runtime API level validation. - compileSdkVersion = 33 - targetSdkVersion = 31