Skip to content

Commit

Permalink
Remove explicit dependency on test monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa committed Jul 29, 2024
1 parent 69a84bc commit d89eac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ dependencies {

// UI test dependencies
// Fixes: https://github.com/android/android-test/issues/1589
debugImplementation(Dependencies.AndroidX.testMonitor)
// debugImplementation(Dependencies.AndroidX.testMonitor)
debugImplementation(Dependencies.Compose.testManifest)
androidTestImplementation(Dependencies.Koin.test)
androidTestImplementation(Dependencies.Kotlin.test)
Expand Down

0 comments on commit d89eac6

Please sign in to comment.