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
2 changes: 1 addition & 1 deletion 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.05.00')
def composeBom = platform('androidx.compose:compose-bom:2026.05.01')
implementation(composeBom)
testImplementation(composeBom)
androidTestImplementation(composeBom)
Expand Down
2 changes: 1 addition & 1 deletion AccessibilityCodelab/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ buildscript {
}

plugins {
id 'com.diffplug.spotless' version '8.4.0'
id 'com.diffplug.spotless' version '8.5.1'
id 'org.jetbrains.kotlin.plugin.compose' version "2.3.10" apply false
}

Expand Down
2 changes: 1 addition & 1 deletion AdaptiveUiCodelab/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
androidGradlePlugin = "9.2.1"
composeBom = "2026.05.00"
composeBom = "2026.05.01"
coreKtx = "1.18.0"
activityCompose = "1.13.0"
espressoCore = "3.7.0"
Expand Down
2 changes: 1 addition & 1 deletion AdvancedStateAndSideEffectsCodelab/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ dependencies {
implementation "androidx.appcompat:appcompat:1.7.1"
implementation "androidx.tracing:tracing:1.3.0"

def composeBom = platform('androidx.compose:compose-bom:2026.05.00')
def composeBom = platform('androidx.compose:compose-bom:2026.05.01')
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 @@ -27,8 +27,8 @@ buildscript {
}

plugins {
id 'com.diffplug.spotless' version '8.4.0'
id 'com.google.devtools.ksp' version '2.3.7' apply false
id 'com.diffplug.spotless' version '8.5.1'
id 'com.google.devtools.ksp' version '2.3.8' 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.05.00')
def composeBom = platform('androidx.compose:compose-bom:2026.05.01')
implementation(composeBom)
androidTestImplementation(composeBom)

Expand All @@ -67,7 +67,7 @@ dependencies {
implementation 'androidx.compose.material3:material3-window-size-class:1.4.0'
implementation "androidx.compose.material:material-icons-extended"
implementation "androidx.compose.ui:ui-tooling-preview"
implementation "com.google.android.material:material:1.13.0"
implementation "com.google.android.material:material:1.14.0"
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.10.0'
implementation 'androidx.activity:activity-compose:1.13.0'
testImplementation 'junit:junit:4.13.2'
Expand Down
2 changes: 1 addition & 1 deletion BasicLayoutsCodelab/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ buildscript {
}

plugins {
id 'com.diffplug.spotless' version '8.4.0'
id 'com.diffplug.spotless' version '8.5.1'
}

subprojects {
Expand Down
4 changes: 2 additions & 2 deletions 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.05.00')
def composeBom = platform('androidx.compose:compose-bom:2026.05.01')
implementation(composeBom)
androidTestImplementation(composeBom)

Expand All @@ -77,7 +77,7 @@ dependencies {
implementation "androidx.viewpager2:viewpager2:1.1.0"
implementation "androidx.work:work-runtime-ktx:2.11.2"
implementation "com.github.bumptech.glide:glide:5.0.7"
implementation "com.google.android.material:material:1.13.0"
implementation "com.google.android.material:material:1.14.0"
implementation "com.google.code.gson:gson:2.14.0"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2"
Expand Down
2 changes: 1 addition & 1 deletion MigrationCodelab/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ buildscript {
}

plugins {
id 'com.diffplug.spotless' version '8.4.0'
id 'com.diffplug.spotless' version '8.5.1'
id 'com.android.legacy-kapt' version '9.2.1' apply false
}

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,13 +76,13 @@ android {
}

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

implementation "androidx.appcompat:appcompat:1.7.1"
implementation "androidx.core:core-ktx:1.18.0"
implementation "com.google.android.material:material:1.13.0"
implementation "com.google.android.material:material:1.14.0"

// Compose
implementation "androidx.compose.runtime:runtime"
Expand Down
2 changes: 1 addition & 1 deletion NavigationCodelab/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ buildscript {
}

plugins {
id 'com.diffplug.spotless' version '8.4.0'
id 'com.diffplug.spotless' version '8.5.1'
}

subprojects {
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 @@ -88,7 +88,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.11.1")
implementation("androidx.compose.runtime:runtime-tracing:1.11.2")

implementation(libs.coil.compose)
implementation(libs.androidx.media3.exoplayer)
Expand Down
6 changes: 3 additions & 3 deletions PerformanceCodelab/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ androidx-test-ext-junit = "1.3.0"
espresso-core = "3.7.0"
lifecycle-runtime-ktx = "2.10.0"
activity-compose = "1.13.0"
compose-bom = "2026.05.00"
runtime-tracing = "1.11.1"
compose-bom = "2026.05.01"
runtime-tracing = "1.11.2"
tracing-ktx = "1.3.0"
tracing-perfetto = "1.0.1"
uiautomator = "2.3.0"
benchmark = "1.4.1"
androidx-baselineprofile = "1.5.0-alpha06"
profileinstaller = "1.4.1"
material3 = "1.4.0"
spotless = "8.4.0"
spotless = "8.5.1"
ktlint = "1.2.1"

[libraries]
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.05.00')
def composeBom = platform('androidx.compose:compose-bom:2026.05.01')
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 @@ -34,7 +34,7 @@ buildscript {
ktlintVersion = '0.48.2'
ktxVersion = '1.18.0'
lifecycleVersion = '2.3.0'
materialVersion = '1.13.0'
materialVersion = '1.14.0'
runnerVersion = '1.0.1'
truthVersion = '1.0.1'
testExtJunit = '1.1.3'
Expand All @@ -55,7 +55,7 @@ buildscript {
}

plugins {
id 'com.diffplug.spotless' version '8.4.0'
id 'com.diffplug.spotless' version '8.5.1'
}

subprojects {
Expand Down
2 changes: 1 addition & 1 deletion 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.05.00')
def composeBom = platform('androidx.compose:compose-bom:2026.05.01')
implementation(composeBom)
testImplementation(composeBom)
androidTestImplementation(composeBom)
Expand Down
2 changes: 1 addition & 1 deletion ThemingCodelab/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ buildscript {
}

plugins {
id 'com.diffplug.spotless' version '8.4.0'
id 'com.diffplug.spotless' version '8.5.1'
}

subprojects {
Expand Down
Loading