Skip to content

Commit

Permalink
Merge pull request #1610 from Adyen/release/4.13.5
Browse files Browse the repository at this point in the history
Prepare release 4.13.5
  • Loading branch information
OscarSpruit authored May 2, 2024
2 parents 282adce + 2c16a3a commit 2d10226
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.4"
ext.version_name = "4.13.5"

// 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 @@ -72,7 +72,7 @@ android {
dependencies {
// Checkout
implementation project(':drop-in')
// implementation "com.adyen.checkout:drop-in:4.13.4"
// implementation "com.adyen.checkout:drop-in:4.13.5"

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

0 comments on commit 2d10226

Please sign in to comment.