Skip to content

Commit

Permalink
fix: android crash (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterc-dojo authored Jul 10, 2023
1 parent 75e6dee commit 624c30f
Show file tree
Hide file tree
Showing 3 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 @@ pod 'dojo-ios-sdk-drop-in-ui', :git => '[email protected]: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")
```

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.+'
Expand Down
2 changes: 1 addition & 1 deletion example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit 624c30f

Please sign in to comment.