Skip to content

Commit

Permalink
Merge pull request #1626 from Adyen/update/3ds2-v4
Browse files Browse the repository at this point in the history
Update 3DS2 SDK to 2.2.18 [v4]
  • Loading branch information
jreij authored May 13, 2024
2 parents 2d10226 + d4f9c95 commit d5f6fbf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
- Dependency versions:
| Name | Version |
|--------------------------------------------------------------------------------------------------------|-------------------------------|
| [Adyen 3DS2](https://github.com/Adyen/adyen-3ds2-android/releases/tag/2.2.17) | **2.2.17** |
| [Adyen 3DS2](https://github.com/Adyen/adyen-3ds2-android/releases/tag/2.2.18) | **2.2.18** |
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ allprojects {
ext.browser_version = "1.3.0"

// Adyen Dependencies
ext.adyen3ds2_version = "2.2.17"
ext.adyen3ds2_version = "2.2.18"

// External Dependencies
ext.play_services_wallet_version = '18.1.3'
Expand Down
2 changes: 1 addition & 1 deletion config/gradle/checksums.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
if (!hasProperty("checksums")) {
final checksums = [
// Adyen dependencies
"com.adyen.threeds:adyen-3ds2:2.2.17:65ee27c86c8bf420b95e9d6877d2d8f7:MD5",
"com.adyen.threeds:adyen-3ds2:2.2.18:6eb0a615d94168459c056a432267e04a:MD5",

// Kotlin
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.20:2097cb28602f5a6320bcc1bd74914db9:MD5",
Expand Down

0 comments on commit d5f6fbf

Please sign in to comment.