Skip to content

Commit 285efb2

Browse files
fix(deps): update all dependencies
1 parent 593a5ca commit 285efb2

File tree

17 files changed

+32
-32
lines changed

17 files changed

+32
-32
lines changed

AccessibilityCodelab/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ android {
6969
}
7070

7171
dependencies {
72-
def composeBom = platform('androidx.compose:compose-bom:2026.01.01')
72+
def composeBom = platform('androidx.compose:compose-bom:2026.02.00')
7373
implementation(composeBom)
7474
testImplementation(composeBom)
7575
androidTestImplementation(composeBom)
@@ -96,9 +96,9 @@ dependencies {
9696
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2"
9797

9898
implementation 'androidx.appcompat:appcompat:1.7.1'
99-
implementation 'androidx.activity:activity-ktx:1.12.3'
99+
implementation 'androidx.activity:activity-ktx:1.12.4'
100100
implementation 'androidx.core:core-ktx:1.17.0'
101-
implementation "androidx.activity:activity-compose:1.12.3"
101+
implementation "androidx.activity:activity-compose:1.12.4"
102102

103103
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0"
104104
implementation "androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0"

AccessibilityCodelab/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildscript {
2121
}
2222

2323
dependencies {
24-
classpath 'com.android.tools.build:gradle:9.0.0'
24+
classpath 'com.android.tools.build:gradle:9.0.1'
2525
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.0"
2626
}
2727
}

AdaptiveUiCodelab/gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[versions]
2-
androidGradlePlugin = "9.0.0"
3-
composeBom = "2026.01.01"
2+
androidGradlePlugin = "9.0.1"
3+
composeBom = "2026.02.00"
44
coreKtx = "1.17.0"
5-
activityCompose = "1.12.3"
5+
activityCompose = "1.12.4"
66
espressoCore = "3.7.0"
77
junit = "4.13.2"
88
junitVersion = "1.3.0"

AdvancedStateAndSideEffectsCodelab/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ dependencies {
9999
}
100100
}
101101

102-
implementation "androidx.activity:activity-compose:1.12.3"
102+
implementation "androidx.activity:activity-compose:1.12.4"
103103
implementation "androidx.appcompat:appcompat:1.7.1"
104104
implementation "androidx.tracing:tracing:1.3.0"
105105

106-
def composeBom = platform('androidx.compose:compose-bom:2026.01.01')
106+
def composeBom = platform('androidx.compose:compose-bom:2026.02.00')
107107
implementation(composeBom)
108108
androidTestImplementation(composeBom)
109109
implementation "androidx.compose.runtime:runtime"

AdvancedStateAndSideEffectsCodelab/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ buildscript {
2020
mavenCentral()
2121
}
2222
dependencies {
23-
classpath "com.android.tools.build:gradle:9.0.0"
23+
classpath "com.android.tools.build:gradle:9.0.1"
2424
classpath "com.google.dagger:hilt-android-gradle-plugin:2.59.1"
2525
classpath "org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.3.10"
2626
}
2727
}
2828

2929
plugins {
3030
id 'com.diffplug.spotless' version '8.2.1'
31-
id 'com.google.devtools.ksp' version '2.3.4' apply false
31+
id 'com.google.devtools.ksp' version '2.3.5' apply false
3232
}
3333

3434
subprojects {

BasicLayoutsCodelab/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ android {
5757
}
5858

5959
dependencies {
60-
def composeBom = platform('androidx.compose:compose-bom:2026.01.01')
60+
def composeBom = platform('androidx.compose:compose-bom:2026.02.00')
6161
implementation(composeBom)
6262
androidTestImplementation(composeBom)
6363

@@ -69,7 +69,7 @@ dependencies {
6969
implementation "androidx.compose.ui:ui-tooling-preview"
7070
implementation "com.google.android.material:material:1.13.0"
7171
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.10.0'
72-
implementation 'androidx.activity:activity-compose:1.12.3'
72+
implementation 'androidx.activity:activity-compose:1.12.4'
7373
testImplementation 'junit:junit:4.13.2'
7474
androidTestImplementation 'androidx.test.ext:junit:1.3.0'
7575
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'

BasicLayoutsCodelab/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ buildscript {
1919
mavenCentral()
2020
}
2121
dependencies {
22-
classpath "com.android.tools.build:gradle:9.0.0"
22+
classpath "com.android.tools.build:gradle:9.0.1"
2323
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.0"
2424
classpath "org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.3.0"
2525
}

MigrationCodelab/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ android {
5656
}
5757

5858
dependencies {
59-
def composeBom = platform('androidx.compose:compose-bom:2026.01.01')
59+
def composeBom = platform('androidx.compose:compose-bom:2026.02.00')
6060
implementation(composeBom)
6161
androidTestImplementation(composeBom)
6262

MigrationCodelab/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildscript {
2121
}
2222

2323
dependencies {
24-
classpath "com.android.tools.build:gradle:9.0.0"
24+
classpath "com.android.tools.build:gradle:9.0.1"
2525
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.0"
2626
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.9.7"
2727
classpath "org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.3.0"
@@ -30,7 +30,7 @@ buildscript {
3030

3131
plugins {
3232
id 'com.diffplug.spotless' version '8.2.1'
33-
id 'com.android.legacy-kapt' version '9.0.0' apply false
33+
id 'com.android.legacy-kapt' version '9.0.1' apply false
3434
}
3535

3636
allprojects {

NavigationCodelab/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ android {
7676
}
7777

7878
dependencies {
79-
def composeBom = platform('androidx.compose:compose-bom:2026.01.01')
79+
def composeBom = platform('androidx.compose:compose-bom:2026.02.00')
8080
implementation(composeBom)
8181
androidTestImplementation(composeBom)
8282

@@ -90,7 +90,7 @@ dependencies {
9090
implementation "androidx.compose.foundation:foundation"
9191
implementation "androidx.compose.material:material"
9292
implementation "androidx.compose.material:material-icons-extended"
93-
implementation "androidx.activity:activity-compose:1.12.3"
93+
implementation "androidx.activity:activity-compose:1.12.4"
9494
implementation "androidx.navigation:navigation-compose:2.9.7"
9595
debugImplementation "androidx.compose.ui:ui-tooling"
9696

0 commit comments

Comments
 (0)