Skip to content

Commit

Permalink
Remove androidx.tracing dep workaround for AGP bug
Browse files Browse the repository at this point in the history
This reverts b587f83 - the upstream
android-test libraries have applied a workaround on their side (see
android/android-test#2248 for details).
  • Loading branch information
ribbons committed Jun 28, 2024
1 parent e680c5f commit fcf9c9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ 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 fcf9c9e

Please sign in to comment.