diff --git a/app/build.gradle b/app/build.gradle index 3406141..90a3182 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -53,7 +53,7 @@ dependencies { androidTestImplementation "androidx.test.ext:junit-ktx:1.2.0" androidTestUtil "androidx.test.services:test-services:1.5.0" androidTestImplementation "androidx.test.espresso:espresso-core:3.6.1" - androidTestImplementation "androidx.test:rules:1.5.0" // GrantPermissionRule + androidTestImplementation "androidx.test:rules:1.6.1" // GrantPermissionRule } static def getGitCommitCount() {