Skip to content

Commit

Permalink
Merge pull request #1695 from Adyen/release/4.13.6
Browse files Browse the repository at this point in the history
Prepare release 4.13.6
  • Loading branch information
OscarSpruit authored Jul 9, 2024
2 parents 79654e4 + 1b4bf41 commit 5ca4507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.5"
ext.version_name = "4.13.6"

// Code quality
ext.ktlint_version = '0.40.0'
Expand Down
2 changes: 1 addition & 1 deletion example-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ android {
dependencies {
// Checkout
implementation project(':drop-in')
// implementation "com.adyen.checkout:drop-in:4.13.5"
// implementation "com.adyen.checkout:drop-in:4.13.6"

// Dependencies
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlinx_version"
Expand Down

0 comments on commit 5ca4507

Please sign in to comment.