Skip to content

Commit

Permalink
fix(deps): update dependency androidx.test:rules to v1.6.0 (#898)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 25, 2024
1 parent 11fc65c commit 77f0cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies {

// Test
implementation("androidx.test.ext:junit-ktx:1.2.0")
androidTestApi("androidx.test:rules:1.5.0")
androidTestApi("androidx.test:rules:1.6.0")

implementation("net.zetetic:android-database-sqlcipher:4.5.4")
implementation("androidx.sqlite:sqlite:2.3.1")
Expand Down

0 comments on commit 77f0cd1

Please sign in to comment.