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/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.0'
id 'org.jetbrains.kotlin.plugin.compose' version "2.3.10" apply false
}

Expand Down
6 changes: 3 additions & 3 deletions AdvancedStateAndSideEffectsCodelab/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ buildscript {
classpath "com.android.tools.build:gradle:9.2.1"
classpath "com.google.dagger:hilt-android-gradle-plugin:2.59.2"
classpath "org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.3.10"
classpath "com.google.devtools.ksp:symbol-processing-gradle-plugin:2.3.7"
classpath "com.google.devtools.ksp:symbol-processing-gradle-plugin:2.3.8"
}
}

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.0'
id 'com.google.devtools.ksp' version '2.3.8' apply false
}

subprojects {
Expand Down
2 changes: 1 addition & 1 deletion BasicLayoutsCodelab/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 @@ -27,7 +27,7 @@ buildscript {
}

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

subprojects {
Expand Down
2 changes: 1 addition & 1 deletion BasicStateCodelab/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.0'
}

subprojects {
Expand Down
2 changes: 1 addition & 1 deletion MigrationCodelab/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.0'
id 'com.android.legacy-kapt' version '9.2.1' apply false
}

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

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.0'
}

subprojects {
Expand Down
2 changes: 1 addition & 1 deletion PerformanceCodelab/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ 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.0"
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 @@ -85,7 +85,7 @@ dependencies {

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"
implementation "androidx.fragment:fragment-ktx:1.8.9"

// Compose
Expand Down
2 changes: 1 addition & 1 deletion TestingCodelab/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.0'
}

subprojects {
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.0'
}

subprojects {
Expand Down
Loading