Skip to content

Commit b5fe73b

Browse files
Update all dependencies
1 parent b9f0bfa commit b5fe73b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

MigrationCodelab/app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ dependencies {
6464
implementation(composeBom)
6565
androidTestImplementation(composeBom)
6666

67-
kapt "androidx.room:room-compiler:2.7.1"
67+
kapt "androidx.room:room-compiler:2.7.2"
6868
kapt "com.github.bumptech.glide:compiler:4.16.0"
6969
implementation "androidx.appcompat:appcompat:1.7.1"
7070
implementation "androidx.constraintlayout:constraintlayout:2.2.1"
@@ -75,11 +75,11 @@ dependencies {
7575
implementation "androidx.navigation:navigation-fragment-ktx:2.9.0"
7676
implementation "androidx.navigation:navigation-ui-ktx:2.9.0"
7777
implementation "androidx.recyclerview:recyclerview:1.4.0"
78-
implementation "androidx.room:room-runtime:2.7.1"
79-
implementation "androidx.room:room-ktx:2.7.1"
78+
implementation "androidx.room:room-runtime:2.7.2"
79+
implementation "androidx.room:room-ktx:2.7.2"
8080
implementation "androidx.tracing:tracing:1.3.0"
8181
implementation "androidx.viewpager2:viewpager2:1.1.0"
82-
implementation "androidx.work:work-runtime-ktx:2.10.1"
82+
implementation "androidx.work:work-runtime-ktx:2.10.2"
8383
implementation "com.github.bumptech.glide:glide:4.16.0"
8484
implementation "com.google.android.material:material:1.12.0"
8585
implementation "com.google.code.gson:gson:2.13.1"
@@ -103,7 +103,7 @@ dependencies {
103103
androidTestImplementation "androidx.test.espresso:espresso-intents:3.6.1"
104104
androidTestImplementation "androidx.test.ext:junit:1.2.1"
105105
androidTestImplementation "androidx.test.uiautomator:uiautomator:2.3.0"
106-
androidTestImplementation "androidx.work:work-testing:2.10.1"
106+
androidTestImplementation "androidx.work:work-testing:2.10.2"
107107
androidTestImplementation "com.google.android.apps.common.testing.accessibility.framework:accessibility-test-framework:4.1.1"
108108
androidTestImplementation "com.google.truth:truth:1.4.4"
109109
androidTestImplementation "androidx.compose.ui:ui-test-junit4"

PerformanceCodelab/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ dependencies {
9292
implementation(libs.androidx.tracing.ktx)
9393

9494
// TODO Codelab task: Add androidx.runtime-tracing dependency to enable Composition Tracing
95-
implementation("androidx.compose.runtime:runtime-tracing:1.8.2")
95+
implementation("androidx.compose.runtime:runtime-tracing:1.8.3")
9696

9797
implementation(libs.coil.compose)
9898
implementation(libs.androidx.media3.exoplayer)

PerformanceCodelab/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ espresso-core = "3.6.1"
1414
lifecycle-runtime-ktx = "2.9.1"
1515
activity-compose = "1.10.1"
1616
compose-bom = "2025.06.00"
17-
runtime-tracing = "1.8.2"
17+
runtime-tracing = "1.8.3"
1818
tracing-ktx = "1.3.0"
1919
tracing-perfetto = "1.0.0"
2020
uiautomator = "2.3.0"

0 commit comments

Comments
 (0)