Skip to content

Commit

Permalink
Remove old junit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Pururun committed Jan 2, 2024
1 parent 94b90f0 commit ff45fce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,6 @@ dependencies {
// Fixes: https://github.com/android/android-test/issues/1589
debugImplementation(Dependencies.AndroidX.testMonitor)
debugImplementation(Dependencies.Compose.testManifest)
androidTestImplementation(Dependencies.Compose.junit)
androidTestImplementation(Dependencies.Koin.test)
androidTestImplementation(Dependencies.Kotlin.test)
androidTestImplementation(Dependencies.MockK.android)
Expand Down

0 comments on commit ff45fce

Please sign in to comment.