diff --git a/example/build.gradle b/example/build.gradle index 2278e0a..5ed43ee 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -60,6 +60,6 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.2.1' implementation project(path: ':eppo') testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.2.1' + androidTestImplementation 'androidx.test.ext:junit:1.3.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' }