Skip to content

Commit

Permalink
Merge pull request #1687 from Adyen/update/3ds2-v4
Browse files Browse the repository at this point in the history
Update 3DS2 SDK to 2.2.19 (v4)
  • Loading branch information
jreij authored Jul 9, 2024
2 parents d5f6fbf + 1a5f7f2 commit 79654e4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
5 changes: 4 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@
[//]: # ( # Deprecated)
[//]: # ( - Configurations public constructor are deprecated, please use each Configuration's builder to make a Configuration object)

## Fixed
- On Android API versions 21 to 25, the `NoSuchMethodError` no longer occurs during the 3D Secure 2 challenge flow.

## Changed
- Dependency versions:
| Name | Version |
|--------------------------------------------------------------------------------------------------------|-------------------------------|
| [Adyen 3DS2](https://github.com/Adyen/adyen-3ds2-android/releases/tag/2.2.18) | **2.2.18** |
| [Adyen 3DS2](https://github.com/Adyen/adyen-3ds2-android/releases/tag/2.2.19) | **2.2.19** |
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.18"
ext.adyen3ds2_version = "2.2.19"

// 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.18:6eb0a615d94168459c056a432267e04a:MD5",
"com.adyen.threeds:adyen-3ds2:2.2.19:0422c3e0c458d1b0a8983421bceb824b:MD5",

// Kotlin
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.20:2097cb28602f5a6320bcc1bd74914db9:MD5",
Expand Down
4 changes: 4 additions & 0 deletions example-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ android {
viewBinding true
}

packagingOptions {
resources.excludes.add("META-INF/*")
}

}

dependencies {
Expand Down

0 comments on commit 79654e4

Please sign in to comment.