Skip to content

Commit

Permalink
Update README.md for Android requirements (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
nazli-stripe authored Oct 15, 2024
1 parent 08df330 commit 813e0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 813e0bc

Please sign in to comment.