From 9e5158649a6604a1c9daa549aca3abb696d2ed7f Mon Sep 17 00:00:00 2001 From: Robert Schulze Dieckhoff Date: Tue, 10 Dec 2024 11:38:09 +0100 Subject: [PATCH 1/3] Added badges and required minimum AGP version to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 88fc045e..07695ba9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ ![Flutter](https://github.com/Adyen/adyen-flutter/assets/13377878/66a9fab8-dba0-426f-acd4-ab0bfd469d20) # Adyen Flutter +[![Pub Package](https://img.shields.io/pub/v/adyen_checkout.svg)](https://pub.dev/packages/adyen_checkout) +[![Adyen iOS](https://img.shields.io/badge/ios-v5.14.0-brightgreen.svg)](https://github.com/Adyen/adyen-ios/releases/tag/5.14.0) +[![Adyen Android](https://img.shields.io/badge/android-v5.8.0-brightgreen.svg)](https://github.com/Adyen/adyen-android/releases/tag/5.8.0) The Adyen Flutter package provides you with the building blocks to create a checkout experience for your shoppers, allowing them to pay using the payment method of their choice. This is @@ -54,6 +57,7 @@ release a new version when we need to. #### Android * [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. +* [AGP 8.0](https://developer.android.com/build/releases/gradle-plugin) 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. #### iOS From 63cff7769d34a93e7004cfd87c675f79a90e46f2 Mon Sep 17 00:00:00 2001 From: Robert Schulze Dieckhoff Date: Tue, 10 Dec 2024 11:43:51 +0100 Subject: [PATCH 2/3] Specified required AGP version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07695ba9..f8f049b4 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ release a new version when we need to. #### Android * [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. -* [AGP 8.0](https://developer.android.com/build/releases/gradle-plugin) or later. +* [AGP 8.1](https://developer.android.com/build/releases/gradle-plugin) 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. #### iOS From 50b2af1b7f3feb5da05f366655f2513f1cc83ce3 Mon Sep 17 00:00:00 2001 From: Robert Schulze Dieckhoff Date: Tue, 10 Dec 2024 13:15:01 +0100 Subject: [PATCH 3/3] Adjusted required Kotlin version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8f049b4..cc44c4d5 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ release a new version when we need to. #### Android * [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. +* [Kotlin 1.8.22](https://kotlinlang.org/docs/releases.html) or later. * [AGP 8.1](https://developer.android.com/build/releases/gradle-plugin) 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.