Skip to content

Commit

Permalink
Fix 'No static method forceEnableAppTracing' error
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkoren committed Jun 25, 2024
1 parent ab821d6 commit 37f0bc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions AdvancedStateAndSideEffectsCodelab/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ dependencies {

implementation "androidx.activity:activity-compose:1.9.0"
implementation "androidx.appcompat:appcompat:1.7.0"
implementation "androidx.tracing:tracing:1.2.0"

def composeBom = platform('androidx.compose:compose-bom:2024.06.00')
implementation(composeBom)
Expand Down
3 changes: 2 additions & 1 deletion MigrationCodelab/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ dependencies {
implementation "androidx.recyclerview:recyclerview:1.3.2"
implementation "androidx.room:room-runtime:2.6.1"
implementation "androidx.room:room-ktx:2.6.1"
implementation "androidx.tracing:tracing:1.2.0"
implementation "androidx.viewpager2:viewpager2:1.1.0"
implementation "androidx.work:work-runtime-ktx:2.9.0"
implementation "com.github.bumptech.glide:glide:4.16.0"
Expand Down Expand Up @@ -107,4 +108,4 @@ dependencies {
androidTestImplementation "com.google.truth:truth:1.4.2"
androidTestImplementation "androidx.compose.ui:ui-test-junit4"
testImplementation "junit:junit:4.13.2"
}
}

0 comments on commit 37f0bc0

Please sign in to comment.