From d6d48af83ef9eed55cad412e9ac5506b3643e611 Mon Sep 17 00:00:00 2001 From: Oscar Spruit Date: Wed, 22 Nov 2023 11:28:55 +0100 Subject: [PATCH 1/2] Bump version number to 4.13.4 --- build.gradle | 2 +- example-app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index e9480de378..c5b762d943 100644 --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,7 @@ allprojects { // just for example app, don't need to increment ext.version_code = 1 // The version_name format is "major.minor.patch(-(alpha|beta|rc)[0-9]{2}){0,1}" (e.g. 3.0.0, 3.1.1-alpha04 or 3.1.4-rc01 etc). - ext.version_name = "4.13.3" + ext.version_name = "4.13.4" // Code quality ext.ktlint_version = '0.40.0' diff --git a/example-app/build.gradle b/example-app/build.gradle index 50c626aa0b..f7fe81ef37 100644 --- a/example-app/build.gradle +++ b/example-app/build.gradle @@ -72,7 +72,7 @@ android { dependencies { // Checkout implementation project(':drop-in') -// implementation "com.adyen.checkout:drop-in:4.13.3" +// implementation "com.adyen.checkout:drop-in:4.13.4" // Dependencies implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlinx_version" From e6e89b563cdbf1297aa0f190a887c523c10f7d65 Mon Sep 17 00:00:00 2001 From: Oscar Spruit Date: Wed, 22 Nov 2023 11:29:11 +0100 Subject: [PATCH 2/2] Update release notes --- RELEASE_NOTES.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index cce968dd01..66859838fc 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -8,5 +8,14 @@ [//]: # ( # Deprecated) [//]: # ( - Configurations public constructor are deprecated, please use each Configuration's builder to make a Configuration object) +## Note +If you are using WeChat Pay please update to this version or migrate to 5.x.x to make sure WeChat Pay will work for all Android versions. + ## Fixed -- Fixed Cash App payments being refused because of missing `customerId` during `/payments/details` call. +- WeChatPay now works correctly on [Android 11](https://www.android.com/android-11/) and later. This fixes a known issue from previous 4.x.x versions. + +## Changed +- Dependency versions: + | Name | Version | + |--------------------------------------------------------------------------------------------------------|-------------------------------| + | [WeChat Pay](https://developers.weixin.qq.com/doc/oplatform/en/Mobile_App/Access_Guide/Android.html) | **6.8.0** | \ No newline at end of file