Skip to content

Commit

Permalink
Updated Android SDK to v5.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-SD committed Nov 14, 2024
1 parent a1d2452 commit 7428463
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
5 changes: 1 addition & 4 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 7428463

Please sign in to comment.