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 c6ce5f6..d608d37 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:1.1.3") androidTestImplementation("androidx.test.ext:junit-ktx:1.1.3") androidTestImplementation("androidx.test.ext:truth:1.4.0") - androidTestImplementation("androidx.test:runner:1.4.0") + androidTestImplementation("androidx.test:runner:1.6.2") androidTestImplementation("com.google.truth:truth:1.1.3") androidTestImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4")