From de40de05e39f3df3e10df275529034b0f9209d2f Mon Sep 17 00:00:00 2001 From: Robert Schulze Dieckhoff Date: Mon, 9 Dec 2024 16:49:30 +0100 Subject: [PATCH] Updated Android SDK to v5.8.0 --- CHANGELOG.md | 2 +- android/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ffecea0..bb900f5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ * Added the missing loading bottom sheet for the advanced flow google pay component. * Updated iOS SDK to v5.13.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'