Skip to content

Commit

Permalink
Merge pull request #54 from Adyen/release-notes-7.3.7-alpha01
Browse files Browse the repository at this point in the history
Release 7.3.7-alpha01
  • Loading branch information
araratthehero authored Jan 2, 2025
2 parents 116f33e + 12b7d14 commit b6fd85e
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions 7.3.7-alpha01.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
### New
- You can now use [Adyen Test Cards Android](https://github.com/Adyen/adyen-testcards-android) to autofill test payment method information, to test your integration more quickly.
> [!WARNING]
> Some warning
- A list
- List item 1
- List item 2
- Table

| Class | Description |
|-----------------------------|------------------------------------|
| `CardNumberValidator` | Validates the card number field. |
| `CardExpiryDateValidator` | Validates the expiry date field. |
| `CardSecurityCodeValidator` | Validates the security code field. |
- Added the ability to copy payment method data to the clipboard

### Fixed
- Fixed some important bug
- Fixed something
- Fixed something else

### Improved
- Made improvements in multiple modules

### Changed
- For Drop-in, headers of preselected stored payment screen and payment methods list screen are updated.
- When you set `analyticsConfiguration = AnalyticsConfiguration(AnalyticsLevel.NONE)`, only [Drop-in/Components analytics](https://docs.adyen.com/online-payments/analytics-and-data-tracking#data-we-are-collecting) are not sent to Adyen.
- List with links
| Name | Version |
|--------------------------------------------------------------------------------------------------------|-------------------------------|
| [Android Gradle Plugin](https://developer.android.com/build/releases/past-releases/agp-8-5-0-release-notes#android-gradle-plugin-8.5.1) | **8.5.1** |
| [AndroidX Fragment](https://developer.android.com/jetpack/androidx/releases/fragment#1.8.3) | **1.8.3** |
| [AndroidX Activity](https://developer.android.com/jetpack/androidx/releases/activity#1.9.2) | **1.9.2** |
| [AndroidX Compose Activity](https://developer.android.com/jetpack/androidx/releases/activity#1.9.2) | **1.9.2** |
| [AndroidX Compose BOM](https://developer.android.com/develop/ui/compose/bom/bom-mapping) | **2024.06.00** |
| [AndroidX Lifecycle](https://developer.android.com/jetpack/androidx/releases/lifecycle#2.8.3) | **2.8.3** |
| [AndroidX Lifecycle ViewModel Compose](https://developer.android.com/jetpack/androidx/releases/lifecycle#2.8.3) | **2.8.3** |
| [AndroidX AppCompat](https://developer.android.com/jetpack/androidx/releases/appcompat#1.7.0) | **1.7.0** |

- Dependency versions:
| Name | Version |
|------|---------|
| [AndroidX Activity Compose](https://developer.android.com/jetpack/androidx/releases/activity) | `1.9.2` -> `1.9.3` |
| [AndroidX Compose BoM](https://developer.android.com/develop/ui/compose/bom/bom-mapping) | `2024.09.02` -> `2024.10.01` |

0 comments on commit b6fd85e

Please sign in to comment.