diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 8f3444892c..2e25b9f5ee 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -8,35 +8,5 @@ [//]: # (## Deprecated) [//]: # ( - Configurations public constructor are deprecated, please use each Configuration's builder to make a Configuration object) -## New -- Support for the UPI Intent flow, where the shopper can choose a UPI app to pay through. They are redirected to and complete the payment on the selected app. -- The new iDEAL payment flow where the shopper is redirected to the iDEAL payment page to select their bank and authorize the payment. - -## Improved -- Drop-in navigation: - - Added the top navigation bar. - - Disabled the dragging gesture that caused Drop-in to be dismissed. - - When the shopper navigates back from an additional action screen (for example Await), Drop-in is dismissed. - -- Autofill support for the following: - - For gift cards, the gift card number and PIN fields. - - For UPI Virtual Payments, the address field. - - For payment methods that use them, the address input fields. - -## Changed -- Dependency versions: - | Name | Version | - |--------------------------------------------------------------------------------------------------------------|-------------------------------| - | [AndroidX Compose BoM](https://developer.android.com/develop/ui/compose/bom/bom-mapping) | **2024.05.00** | - | [AndroidX Lifecycle](https://developer.android.com/jetpack/androidx/releases/lifecycle#2.8.2) | **2.8.2** | - | [Material Design](https://github.com/material-components/material-components-android/releases/tag/1.12.0/) | **1.12.0** | - -## Deprecated -We recommend that you remove the following from your integration. -- For `IdealComponent`: - - `isConfirmationRequired()` - - `submit()` -- For iDEAL configuration: - - `setViewType()` - - `setHideIssuerLogos()` - - `setSubmitButtonVisible()` +## Fixed +- When using components or when using drop-in and excluding a module, R8 will no longer fail with `[CIRCULAR REFERENCE: com.android.tools.r8.utils.b: Missing class...` diff --git a/action-core/consumer-rules.pro b/action-core/consumer-rules.pro index e69de29bb2..6e5d37bae0 100644 --- a/action-core/consumer-rules.pro +++ b/action-core/consumer-rules.pro @@ -0,0 +1,4 @@ +# These modules are compileOnly and will fail when R8 is enabled. +-dontwarn com.adyen.checkout.adyen3ds2.** +-dontwarn com.adyen.checkout.twint.** +-dontwarn com.adyen.checkout.wechatpay.**