Skip to content

Commit

Permalink
Add androidx.tracing dep as workaround for AGP bug
Browse files Browse the repository at this point in the history
AGP has a bug which mistakenly downgrades this to an old version in test
scope which then causes the tests to fail due to a missing method.  As
mentioned in android/android-test#1755, this can be worked around by
explicitly specifying it as an implementation dependency.
  • Loading branch information
ribbons committed Jun 25, 2024
1 parent 8c4b931 commit b587f83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ dependencies {
implementation("androidx.activity:activity-ktx:1.9.0")
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.2")
implementation("androidx.tracing:tracing:1.2.0")
implementation("com.google.android.material:material:1.12.0")
implementation("com.joaomgcd:taskerpluginlibrary:0.4.10")
implementation("com.nerdoftheherd:android-dropbear:2024.85")
Expand Down

0 comments on commit b587f83

Please sign in to comment.