Skip to content

Commit

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

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

0 comments on commit de40de0

Please sign in to comment.