diff --git a/README.md b/README.md index ce92abcd..742beb81 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ dependencies { //... Other project dependencies //The -adyen dependency contains the Adyen integration: - implementation 'com.github.karhoo.karhoo-android-ui-sdk:uisdk-adyen:1.13.5rc1' + implementation 'com.github.karhoo.karhoo-android-ui-sdk:uisdk-adyen:1.13.5rc2' //Note that only one dependency from the above three should be integrated into your project } diff --git a/uisdk/build.gradle b/uisdk/build.gradle index 455f3fbd..a11672f6 100644 --- a/uisdk/build.gradle +++ b/uisdk/build.gradle @@ -64,7 +64,7 @@ android { minSdkVersion 24 targetSdkVersion 34 versionCode 1120 - versionName "1.13.5rc1" + versionName "1.13.5rc2" buildConfigField 'int', 'VERSION_CODE', "${versionCode}" // fix for version code and name being removed from BuildConfig for libraries starting from AGP 4.1 buildConfigField 'String', 'VERSION_NAME', "\"${versionName}\"" @@ -154,7 +154,7 @@ afterEvaluate { from components.findByName(variant.name) groupId 'com.karhoo' artifactId "uisdk-${variant.flavorName}" - version '1.13.5rc1' + version '1.13.5rc2' } } }