Skip to content

Commit

Permalink
Removed mentioning the minimum compileSdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-SD committed Nov 27, 2024
1 parent 0329c98 commit 966c360
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 @@ -52,7 +52,7 @@ release a new version when we need to.
* [Checkout API v71](https://docs.adyen.com/api-explorer/Checkout/71/overview) or later.

#### Android
* [Android 5.0](https://www.android.com/versions/lollipop-5-0/) (API 21) or later with compileSdk set to 34.
* [Android 5.0](https://www.android.com/versions/lollipop-5-0/) (API 21) or later.
* [Kotlin 1.8](https://kotlinlang.org/docs/releases.html) or later.
* Requires the usage of a `FlutterFragmentActivity` instead of the default `FlutterActivity` in the MainActivity of your [native Android](https://github.com/Adyen/adyen-flutter/blob/main/example/android/app/src/main/kotlin/com/adyen/checkout/flutter/example/MainActivity.kt) layer.

Expand Down

0 comments on commit 966c360

Please sign in to comment.