diff --git a/README.md b/README.md index cbaf1e9c1b..ffb385f781 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ To give you as much flexibility as possible, our Android SDK can be integrated i Import the quick integration modules by adding these lines to your build.gradle file. ```groovy -final checkoutVersion = "2.4.0" +final checkoutVersion = "2.4.1" implementation "com.adyen.checkout:ui:${checkoutVersion}" implementation "com.adyen.checkout:nfc:${checkoutVersion}" // Optional; Integrates NFC card reader in card UI implementation "com.adyen.checkout:wechatpay:${checkoutVersion}" // Optional; Integrates support for WeChat Pay @@ -136,7 +136,7 @@ By default, we use the font that is declared in the theme that is used for check #### Installation Import the following modules by adding these line to your `build.gradle` file. ```groovy -final checkoutVersion = "2.4.0" +final checkoutVersion = "2.4.1" implementation "com.adyen.checkout:core:${checkoutVersion}" implementation "com.adyen.checkout:core-card:${checkoutVersion}" // Optional; Required for processing card payments. implementation "com.adyen.checkout:nfc:${checkoutVersion}" // Optional; Enables reading of card information with the device"s NFC chip. diff --git a/build.gradle b/build.gradle index d211be2db2..36be252bf2 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ ext { ] versionCode = 210 - versionName = "2.4.0" + versionName = "2.4.1" testCoverageEnabled = true } diff --git a/checkout-ui/src/main/res/layout/activity_open_invoice_details.xml b/checkout-ui/src/main/res/layout/activity_open_invoice_details.xml index 6020a32880..082b4aef7d 100644 --- a/checkout-ui/src/main/res/layout/activity_open_invoice_details.xml +++ b/checkout-ui/src/main/res/layout/activity_open_invoice_details.xml @@ -30,6 +30,17 @@ style="@style/Checkout.TextAppearance.Section.Title" android:text="@string/checkout_personal_details_social_security_number"/> + + - -