Skip to content

Commit

Permalink
Merge pull request #1891 from Adyen/chore/bump-version-5-7-1
Browse files Browse the repository at this point in the history
Bump version to 5.7.1
  • Loading branch information
jreij authored Nov 13, 2024
2 parents dbc26ca + 5b4f3f2 commit 2adfd4d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,23 @@ Import the corresponding module in your `build.gradle` file.

For Drop-in:
```groovy
implementation "com.adyen.checkout:drop-in-compose:5.7.0"
implementation "com.adyen.checkout:drop-in-compose:5.7.1"
```
For the Credit Card component:
```groovy
implementation "com.adyen.checkout:card:5.7.0"
implementation "com.adyen.checkout:components-compose:5.7.0"
implementation "com.adyen.checkout:card:5.7.1"
implementation "com.adyen.checkout:components-compose:5.7.1"
```

### Without Jetpack Compose

For Drop-in:
```groovy
implementation "com.adyen.checkout:drop-in:5.7.0"
implementation "com.adyen.checkout:drop-in:5.7.1"
```
For the Credit Card component:
```groovy
implementation "com.adyen.checkout:card:5.7.0"
implementation "com.adyen.checkout:card:5.7.1"
```

The library is available on [Maven Central][mavenRepo].
Expand Down
4 changes: 2 additions & 2 deletions example-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ dependencies {
// Checkout
implementation project(':drop-in')
implementation project(':components-compose')
// implementation "com.adyen.checkout:drop-in:5.7.0"
// implementation "com.adyen.checkout:components-compose:5.7.0"
// implementation "com.adyen.checkout:drop-in:5.7.1"
// implementation "com.adyen.checkout:components-compose:5.7.1"

// Dependencies
implementation libs.bundles.kotlin.coroutines
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ min-sdk = "21"
# App version, only used for example app, no need to increment
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).
version-name = "5.7.0"
version-name = "5.7.1"

# Build script
android-gradle-plugin = "8.7.1"
Expand Down

0 comments on commit 2adfd4d

Please sign in to comment.