Skip to content

Commit 0868d8d

Browse files
chore(deps): bump androidx.navigation:navigation-testing (#629)
Bumps androidx.navigation:navigation-testing from 2.8.3 to 2.8.4. --- updated-dependencies: - dependency-name: androidx.navigation:navigation-testing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 00eec6e commit 0868d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ dependencies {
138138
androidTestImplementation("androidx.compose.ui:ui-test-junit4:$androidxTestKotlin")
139139
// Needed for createComposeRule, but not createAndroidComposeRule:
140140
debugImplementation("androidx.compose.ui:ui-test-manifest:$androidxTestKotlin")
141-
androidTestImplementation("androidx.navigation:navigation-testing:2.8.3")
141+
androidTestImplementation("androidx.navigation:navigation-testing:2.8.4")
142142
debugImplementation("androidx.fragment:fragment-testing:1.8.5")
143143
implementation("androidx.test:core-ktx:1.6.1")
144144
androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1")

0 commit comments

Comments
 (0)