Skip to content

Commit

Permalink
Remove obsolete AndroidX test workaround.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvandermeulen committed Nov 12, 2024
1 parent 61cc609 commit e716936
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -340,12 +340,6 @@ dependencies {
implementation libs.mozilla.ui.tabcounter
implementation libs.mozilla.ui.widgets

constraints {
implementation (libs.androidx.tracing) {
because 'AndroidX Test gets force-downgraded to 1.0.0 and breaks otherwise'
}
}

androidTestImplementation libs.androidx.test.espresso.core
androidTestImplementation libs.androidx.test.espresso.idling.resources
androidTestImplementation libs.androidx.test.monitor
Expand Down
2 changes: 0 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ androidx-lifecycle = "2.8.7"
androidx-preference = "1.2.1"
androidx-recyclerview = "1.3.2"
androidx-swiperefreshlayout = "1.1.0"
androidx-tracing = "1.2.0"
androidx-work = "2.10.0"

# AndroidX Testing
Expand Down Expand Up @@ -74,7 +73,6 @@ androidx-lifecycle-viewmodel = { group = "androidx.lifecycle", name = "lifecycle
androidx-preference-ktx = { group = "androidx.preference", name = "preference-ktx", version.ref = "androidx-preference" }
androidx-recyclerview = { group = "androidx.recyclerview", name = "recyclerview", version.ref = "androidx-recyclerview" }
androidx-swiperefreshlayout = { group = "androidx.swiperefreshlayout", name = "swiperefreshlayout", version.ref = "androidx-swiperefreshlayout" }
androidx-tracing = { group = "androidx.tracing", name = "tracing", version.ref = "androidx-tracing" }
androidx-work-runtime-ktx = { group = "androidx.work", name = "work-runtime-ktx", version.ref = "androidx-work" }

# AndroidX Compose
Expand Down

0 comments on commit e716936

Please sign in to comment.