Skip to content

Commit

Permalink
Merge pull request #337 from hannesa2/dependabot/gradle/androidx.test…
Browse files Browse the repository at this point in the history
…-rules-1.6.1

Bump androidx.test:rules from 1.5.0 to 1.6.1
  • Loading branch information
hannesa2 authored Jul 1, 2024
2 parents 94fe3bb + a8f8557 commit 290e0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 290e0eb

Please sign in to comment.