diff --git a/adobecolor/build.gradle b/adobecolor/build.gradle index 9e58406..6a64ab5 100644 --- a/adobecolor/build.gradle +++ b/adobecolor/build.gradle @@ -51,7 +51,7 @@ dependencies { // Test dependencies testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.0' } dokkaHtml.configure { diff --git a/app/build.gradle b/app/build.gradle index ccae87e..0902fe5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,5 +51,5 @@ dependencies { // Test dependencies testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.0' } \ No newline at end of file