diff --git a/core-sdk-samples/higgs-shop-sample-app/app/build.gradle.kts b/core-sdk-samples/higgs-shop-sample-app/app/build.gradle.kts index 5c69ebb..f33faf9 100644 --- a/core-sdk-samples/higgs-shop-sample-app/app/build.gradle.kts +++ b/core-sdk-samples/higgs-shop-sample-app/app/build.gradle.kts @@ -115,7 +115,7 @@ dependencies { androidTestImplementation("androidx.test.ext:junit-ktx:1.1.3") androidTestImplementation("androidx.test.ext:truth:1.5.0") androidTestImplementation("androidx.test:runner:1.4.0") - androidTestImplementation("com.google.truth:truth:1.1.5") + androidTestImplementation("com.google.truth:truth:1.3.0") androidTestImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3") androidTestUtil("androidx.test:orchestrator:1.4.1")