Skip to content

Commit

Permalink
1.13.5rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
mionescu95 committed Apr 2, 2024
1 parent 1244a20 commit e5d17a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
4 changes: 2 additions & 2 deletions uisdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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}\""
Expand Down Expand Up @@ -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'
}
}
}
Expand Down

0 comments on commit e5d17a1

Please sign in to comment.