Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions AccessibilityCodelab/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ android {
}

dependencies {
def composeBom = platform('androidx.compose:compose-bom:2026.01.01')
def composeBom = platform('androidx.compose:compose-bom:2026.02.00')
implementation(composeBom)
testImplementation(composeBom)
androidTestImplementation(composeBom)
Expand All @@ -96,9 +96,9 @@ dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2"

implementation 'androidx.appcompat:appcompat:1.7.1'
implementation 'androidx.activity:activity-ktx:1.12.3'
implementation 'androidx.activity:activity-ktx:1.12.4'
implementation 'androidx.core:core-ktx:1.17.0'
implementation "androidx.activity:activity-compose:1.12.3"
implementation "androidx.activity:activity-compose:1.12.4"

implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0"
implementation "androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0"
Expand Down
2 changes: 1 addition & 1 deletion AccessibilityCodelab/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:9.0.0'
classpath 'com.android.tools.build:gradle:9.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.0"
}
}
Expand Down
6 changes: 3 additions & 3 deletions AdaptiveUiCodelab/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
androidGradlePlugin = "9.0.0"
composeBom = "2026.01.01"
androidGradlePlugin = "9.0.1"
composeBom = "2026.02.00"
coreKtx = "1.17.0"
activityCompose = "1.12.3"
activityCompose = "1.12.4"
espressoCore = "3.7.0"
junit = "4.13.2"
junitVersion = "1.3.0"
Expand Down
4 changes: 2 additions & 2 deletions AdvancedStateAndSideEffectsCodelab/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ dependencies {
}
}

implementation "androidx.activity:activity-compose:1.12.3"
implementation "androidx.activity:activity-compose:1.12.4"
implementation "androidx.appcompat:appcompat:1.7.1"
implementation "androidx.tracing:tracing:1.3.0"

def composeBom = platform('androidx.compose:compose-bom:2026.01.01')
def composeBom = platform('androidx.compose:compose-bom:2026.02.00')
implementation(composeBom)
androidTestImplementation(composeBom)
implementation "androidx.compose.runtime:runtime"
Expand Down
4 changes: 2 additions & 2 deletions AdvancedStateAndSideEffectsCodelab/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "com.android.tools.build:gradle:9.0.0"
classpath "com.android.tools.build:gradle:9.0.1"
classpath "com.google.dagger:hilt-android-gradle-plugin:2.59.1"
classpath "org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.3.10"
}
}

plugins {
id 'com.diffplug.spotless' version '8.2.1'
id 'com.google.devtools.ksp' version '2.3.4' apply false
id 'com.google.devtools.ksp' version '2.3.5' apply false
}

subprojects {
Expand Down
4 changes: 2 additions & 2 deletions BasicLayoutsCodelab/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ android {
}

dependencies {
def composeBom = platform('androidx.compose:compose-bom:2026.01.01')
def composeBom = platform('androidx.compose:compose-bom:2026.02.00')
implementation(composeBom)
androidTestImplementation(composeBom)

Expand All @@ -69,7 +69,7 @@ dependencies {
implementation "androidx.compose.ui:ui-tooling-preview"
implementation "com.google.android.material:material:1.13.0"
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.10.0'
implementation 'androidx.activity:activity-compose:1.12.3'
implementation 'androidx.activity:activity-compose:1.12.4'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.3.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
Expand Down
2 changes: 1 addition & 1 deletion BasicLayoutsCodelab/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "com.android.tools.build:gradle:9.0.0"
classpath "com.android.tools.build:gradle:9.0.1"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.0"
classpath "org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.3.0"
}
Expand Down
2 changes: 1 addition & 1 deletion MigrationCodelab/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ android {
}

dependencies {
def composeBom = platform('androidx.compose:compose-bom:2026.01.01')
def composeBom = platform('androidx.compose:compose-bom:2026.02.00')
implementation(composeBom)
androidTestImplementation(composeBom)

Expand Down
4 changes: 2 additions & 2 deletions MigrationCodelab/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildscript {
}

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

plugins {
id 'com.diffplug.spotless' version '8.2.1'
id 'com.android.legacy-kapt' version '9.0.0' apply false
id 'com.android.legacy-kapt' version '9.0.1' apply false
}

allprojects {
Expand Down
4 changes: 2 additions & 2 deletions NavigationCodelab/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ android {
}

dependencies {
def composeBom = platform('androidx.compose:compose-bom:2026.01.01')
def composeBom = platform('androidx.compose:compose-bom:2026.02.00')
implementation(composeBom)
androidTestImplementation(composeBom)

Expand All @@ -90,7 +90,7 @@ dependencies {
implementation "androidx.compose.foundation:foundation"
implementation "androidx.compose.material:material"
implementation "androidx.compose.material:material-icons-extended"
implementation "androidx.activity:activity-compose:1.12.3"
implementation "androidx.activity:activity-compose:1.12.4"
implementation "androidx.navigation:navigation-compose:2.9.7"
debugImplementation "androidx.compose.ui:ui-tooling"

Expand Down
2 changes: 1 addition & 1 deletion NavigationCodelab/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildscript {
}

dependencies {
classpath "com.android.tools.build:gradle:9.0.0"
classpath "com.android.tools.build:gradle:9.0.1"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.0"
classpath "org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.3.0"
}
Expand Down
2 changes: 1 addition & 1 deletion PerformanceCodelab/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ dependencies {
implementation(libs.androidx.tracing.ktx)

// TODO Codelab task: Add androidx.runtime-tracing dependency to enable Composition Tracing
implementation("androidx.compose.runtime:runtime-tracing:1.10.2")
implementation("androidx.compose.runtime:runtime-tracing:1.10.3")

implementation(libs.coil.compose)
implementation(libs.androidx.media3.exoplayer)
Expand Down
8 changes: 4 additions & 4 deletions PerformanceCodelab/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
coil = "2.7.0"
com-android-application = "9.0.0"
com-android-application = "9.0.1"
desugar_jdk_libs = "2.1.5"
kotlinx-datetime = "0.7.1-0.6.x-compat"
lifecycle-viewmodel-compose = "2.10.0"
Expand All @@ -12,9 +12,9 @@ junit = "4.13.2"
androidx-test-ext-junit = "1.3.0"
espresso-core = "3.7.0"
lifecycle-runtime-ktx = "2.10.0"
activity-compose = "1.12.3"
compose-bom = "2026.01.01"
runtime-tracing = "1.10.2"
activity-compose = "1.12.4"
compose-bom = "2026.02.00"
runtime-tracing = "1.10.3"
tracing-ktx = "1.3.0"
tracing-perfetto = "1.0.1"
uiautomator = "2.3.0"
Expand Down
2 changes: 1 addition & 1 deletion TestingCodelab/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ android {
}

dependencies {
def composeBom = platform('androidx.compose:compose-bom:2026.01.01')
def composeBom = platform('androidx.compose:compose-bom:2026.02.00')
implementation(composeBom)
androidTestImplementation(composeBom)

Expand Down
4 changes: 2 additions & 2 deletions TestingCodelab/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ buildscript {

// App dependencies
appCompatVersion = '1.7.1'
activityComposeVersion = '1.12.3'
activityComposeVersion = '1.12.4'
coreTestingVersion = '2.2.0'
coroutinesVersion = "1.5.2"
espressoVersion = '3.7.0'
Expand All @@ -48,7 +48,7 @@ buildscript {
}

dependencies {
classpath "com.android.tools.build:gradle:9.0.0"
classpath "com.android.tools.build:gradle:9.0.1"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath "org.jetbrains.kotlin:compose-compiler-gradle-plugin:$kotlinVersion"
}
Expand Down
6 changes: 3 additions & 3 deletions ThemingCodelab/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ android {
}

dependencies {
def composeBom = platform('androidx.compose:compose-bom:2026.01.01')
def composeBom = platform('androidx.compose:compose-bom:2026.02.00')
implementation(composeBom)
testImplementation(composeBom)
androidTestImplementation(composeBom)
Expand All @@ -109,9 +109,9 @@ dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2"

implementation 'androidx.appcompat:appcompat:1.7.1'
implementation 'androidx.activity:activity-ktx:1.12.3'
implementation 'androidx.activity:activity-ktx:1.12.4'
implementation 'androidx.core:core-ktx:1.17.0'
implementation "androidx.activity:activity-compose:1.12.3"
implementation "androidx.activity:activity-compose:1.12.4"

implementation "androidx.lifecycle:lifecycle-runtime-compose:2.10.0"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0"
Expand Down
2 changes: 1 addition & 1 deletion ThemingCodelab/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:9.0.0'
classpath 'com.android.tools.build:gradle:9.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.0"
classpath "org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.3.0"
}
Expand Down
Loading