diff --git a/CHANGELOG.md b/CHANGELOG.md index 0976e622..5ffecea0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ -## 1.1.1 +## 1.2.0 * 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. ## 1.1.0 diff --git a/android/build.gradle b/android/build.gradle index 0b1ec2d3..2e8787b8 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -50,10 +50,7 @@ android { } dependencies { - implementation('com.adyen.checkout:drop-in:5.7.0') - - implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0' - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0' + implementation('com.adyen.checkout:drop-in:5.7.1') implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' testImplementation 'org.jetbrains.kotlin:kotlin-test' testImplementation 'org.mockito:mockito-core:5.14.2'