diff --git a/app/build.gradle b/app/build.gradle index b7213a4..fcb5d27 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,7 +28,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' implementation 'com.github.bumptech.glide:glide:4.12.0' annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0' - androidTestImplementation 'androidx.test:runner:1.4.0' + androidTestImplementation 'androidx.test:runner:1.5.2' implementation 'androidx.cardview:cardview:1.0.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' implementation project(':slider')