diff --git a/sample/build.gradle b/sample/build.gradle index 640feeb0..82fea4fa 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -66,5 +66,5 @@ 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 }