Skip to content

Commit

Permalink
Update checkout sdk version to 1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Eyram Hlorgbe committed Dec 10, 2024
1 parent 99e16d4 commit f2206e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ android {

dependencies {

implementation project(":checkout-sdk")
// implementation project(":checkout-sdk")
// implementation project(":network-kit")
implementation 'androidx.activity:activity-ktx:1.7.2'
// implementation "com.hubtel:merchant-checkout-sdk:1.0.9"
implementation "com.hubtel:merchant-checkout-sdk:1.0.12"

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ buildscript {
ext {
compose_version = '1.2.1'
groud_id = "com.hubtel"
checkout_sdk_verison = "1.0.10"
checkout_sdk_verison = "1.0.12"
checkout_artifact_id = "merchant-checkout-sdk"
}
}
Expand Down

0 comments on commit f2206e1

Please sign in to comment.