We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9a87b1 commit 0b4fe44Copy full SHA for 0b4fe44
sample/android/app/build.gradle
@@ -130,7 +130,7 @@ dependencies {
130
testImplementation "org.mockito:mockito-core:4.11.0"
131
androidTestImplementation "org.mockito:mockito-android:4.11.0"
132
testImplementation "org.mockito:mockito-inline:5.2.0"
133
- testImplementation "org.assertj:assertj-core:3.27.4"
+ testImplementation "org.assertj:assertj-core:3.27.5"
134
testImplementation("com.shopify:checkout-sheet-kit:${SHOPIFY_CHECKOUT_SDK_VERSION}")
135
136
if (hermesEnabled.toBoolean()) {
0 commit comments