diff --git a/app/build.gradle b/app/build.gradle index 26f75a2..0d298d8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -46,7 +46,7 @@ dependencies { androidTestImplementation "androidx.test.ext:junit-ktx:1.1.5" androidTestUtil "androidx.test.services:test-services:1.4.2" androidTestImplementation "androidx.test.espresso:espresso-core:3.5.1" - androidTestImplementation "androidx.test:rules:1.5.0" // GrantPermissionRule + androidTestImplementation "androidx.test:rules:1.6.1" // GrantPermissionRule androidTestImplementation 'com.github.AppDevNext:Moka:1.6' androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.5.1' }