diff --git a/CHANGELOG.md b/CHANGELOG.md index 34d36d89..5f33284a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ * Improved dynamic viewport of card component. * Added the missing loading bottom sheet for the advanced flow google pay component. * Updated iOS SDK to v5.14.0. -* Updated Android SDK to v5.7.1. Gradle v8 is now mandatory. +* Updated Android SDK to v5.8.0. Gradle v8 is now mandatory. ## 1.1.0 diff --git a/android/build.gradle b/android/build.gradle index 2e8787b8..32f45ce7 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -50,7 +50,7 @@ android { } dependencies { - implementation('com.adyen.checkout:drop-in:5.7.1') + implementation('com.adyen.checkout:drop-in:5.8.0') implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' testImplementation 'org.jetbrains.kotlin:kotlin-test' testImplementation 'org.mockito:mockito-core:5.14.2'