Skip to content

Commit 2f80552

Browse files
Update plugin com.diffplug.spotless to v8.10.0
1 parent 4c66251 commit 2f80552

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

AccessibilityCodelab/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ buildscript {
2727
}
2828

2929
plugins {
30-
id 'com.diffplug.spotless' version '8.9.0'
30+
id 'com.diffplug.spotless' version '8.10.0'
3131
id 'org.jetbrains.kotlin.plugin.compose' version "2.3.10" apply false
3232
}
3333

AdvancedStateAndSideEffectsCodelab/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ buildscript {
2828
}
2929

3030
plugins {
31-
id 'com.diffplug.spotless' version '8.9.0'
31+
id 'com.diffplug.spotless' version '8.10.0'
3232
id 'com.google.devtools.ksp' version '2.3.11' apply false
3333
}
3434

BasicLayoutsCodelab/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ buildscript {
2727
}
2828

2929
plugins {
30-
id 'com.diffplug.spotless' version '8.9.0'
30+
id 'com.diffplug.spotless' version '8.10.0'
3131
}
3232

3333
subprojects {

BasicStateCodelab/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ buildscript {
2727
}
2828

2929
plugins {
30-
id 'com.diffplug.spotless' version '8.9.0'
30+
id 'com.diffplug.spotless' version '8.10.0'
3131
}
3232

3333
subprojects {

MigrationCodelab/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ buildscript {
2929
}
3030

3131
plugins {
32-
id 'com.diffplug.spotless' version '8.9.0'
32+
id 'com.diffplug.spotless' version '8.10.0'
3333
id 'com.android.legacy-kapt' version '9.3.1' apply false
3434
}
3535

NavigationCodelab/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ buildscript {
2828
}
2929

3030
plugins {
31-
id 'com.diffplug.spotless' version '8.9.0'
31+
id 'com.diffplug.spotless' version '8.10.0'
3232
}
3333

3434
subprojects {

PerformanceCodelab/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ benchmark = "1.4.1"
2222
androidx-baselineprofile = "1.5.0-rc01"
2323
profileinstaller = "1.4.1"
2424
material3 = "1.4.0"
25-
spotless = "8.9.0"
25+
spotless = "8.10.0"
2626
ktlint = "1.2.1"
2727

2828
[libraries]

TestingCodelab/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ buildscript {
2828
}
2929

3030
plugins {
31-
id 'com.diffplug.spotless' version '8.9.0'
31+
id 'com.diffplug.spotless' version '8.10.0'
3232
}
3333

3434
subprojects {

ThemingCodelab/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ buildscript {
2828
}
2929

3030
plugins {
31-
id 'com.diffplug.spotless' version '8.9.0'
31+
id 'com.diffplug.spotless' version '8.10.0'
3232
}
3333

3434
subprojects {

0 commit comments

Comments
 (0)