Skip to content

Commit

Permalink
Fix issue where UiAutomator cannot find components (#100)
Browse files Browse the repository at this point in the history
* Fix issue where UiAutomator cannot find components

* spotless
  • Loading branch information
Kimblebee authored Jan 23, 2024
1 parent 42fad79 commit 28ea0e1
Show file tree
Hide file tree
Showing 3 changed files with 192 additions and 190 deletions.
1 change: 0 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ android {
}

dependencies {
implementation("androidx.test.ext:junit-ktx:1.1.5")
// Compose
val composeBom = platform(libs.compose.bom)
implementation(composeBom)
Expand Down
Loading

0 comments on commit 28ea0e1

Please sign in to comment.