diff --git a/README.md b/README.md index caf9528..bb25e6a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ pod 'dojo-ios-sdk-drop-in-ui', :git => 'git@github.com:dojo-engineering/dojo-ios Add the native dependencies to your apps `build.gradle` ```groovy -implementation("tech.dojo.pay:uisdk:1.2.0") +implementation("tech.dojo.pay:uisdk:1.2.1") implementation("tech.dojo.pay:sdk:1.5.0") ``` diff --git a/android/build.gradle b/android/build.gradle index e3b89bb..ba63994 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -95,7 +95,7 @@ dependencies { //noinspection GradleDynamicVersion implementation "com.facebook.react:react-native:+" implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation "tech.dojo.pay:uisdk:1.2.0" + implementation "tech.dojo.pay:uisdk:1.2.1" implementation "tech.dojo.pay:sdk:1.5.0" implementation 'androidx.appcompat:appcompat:1.4.1' implementation 'com.google.android.material:material:1.4.+' diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index 76cd72e..0092ffa 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -171,7 +171,7 @@ dependencies { implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.0.0") - implementation("tech.dojo.pay:uisdk:1.2.0") + implementation("tech.dojo.pay:uisdk:1.2.1") implementation("tech.dojo.pay:sdk:1.5.0") debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}")