Skip to content

Commit

Permalink
2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adyen-git-manager committed Apr 2, 2019
1 parent a301be2 commit 6471c07
Show file tree
Hide file tree
Showing 4 changed files with 162 additions and 167 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ ext {
"com.tencent.mm.opensdk:wechat-sdk-android-without-mta:9a15154c07c05eadba8351c110647c1754316e32d8f12f55e24679891b52739c:SHA-256",
]

versionCode = 210
versionName = "2.4.1"
versionCode = 211
versionName = "2.4.2"

testCoverageEnabled = true
}
Expand Down
2 changes: 1 addition & 1 deletion checkout-threeds/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ android {
dependencies {
implementation "com.android.support:support-annotations:${rootProject.supportLibVersion}"

implementation "com.adyen.threeds:adyen-3ds2:0.9.3"
implementation "com.adyen.threeds:adyen-3ds2:0.9.4"

implementation project(":checkout-base")
}
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public String createFingerprint(@NonNull String encodedFingerprintToken) throws
@SuppressWarnings("WeakerAccess")
@NonNull
public String createFingerprint(@NonNull String directoryServerId, @NonNull String directoryServerPublicKey) throws ThreeDS2Exception {
ConfigParameters configParameters = AdyenConfigParameters.from(directoryServerId, directoryServerPublicKey);
ConfigParameters configParameters = new AdyenConfigParameters.Builder(directoryServerId, directoryServerPublicKey).build();

try {
ThreeDS2Service.INSTANCE.initialize(mActivity, configParameters, null, mUiCustomization);
Expand Down
Loading

0 comments on commit 6471c07

Please sign in to comment.