diff --git a/app/build.gradle.kts b/app/build.gradle.kts index df2c984..7dac27d 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -75,7 +75,7 @@ dependencies { implementation("androidx.activity:activity-compose:1.4.0") testImplementation("junit:junit:4.13.2") androidTestImplementation("androidx.test.ext:junit:1.2.1") - androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1") + androidTestImplementation("androidx.test.espresso:espresso-core:3.7.0") androidTestImplementation("androidx.compose.ui:ui-test-junit4:$composeVersion") debugImplementation("androidx.compose.ui:ui-tooling:$composeVersion") } \ No newline at end of file diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index 8845cc1..25a3b6b 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -94,5 +94,5 @@ dependencies { // implementation("com.google.android.material:material:1.4.0") testImplementation("junit:junit:4.13.2") androidTestImplementation("androidx.test.ext:junit:1.2.1") - androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1") + androidTestImplementation("androidx.test.espresso:espresso-core:3.7.0") } \ No newline at end of file