Skip to content

Commit

Permalink
Revert spotless to old version, new version doesn't play well with kt…
Browse files Browse the repository at this point in the history
…lint
  • Loading branch information
JolandaVerhoef committed Aug 22, 2022
1 parent 619cff7 commit c4751a5
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion AccessibilityCodelab/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ buildscript {
}

plugins {
id 'com.diffplug.spotless' version '6.9.1'
id 'com.diffplug.spotless' version '6.7.0'
}

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

plugins {
id 'com.diffplug.spotless' version '6.9.1'
id 'com.diffplug.spotless' version '6.7.0'
}

subprojects {
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 @@ plugins {
id 'com.android.application' version '7.2.2' apply false
id 'com.android.library' version '7.2.2' apply false
id 'org.jetbrains.kotlin.android' version '1.7.10' apply false
id 'com.diffplug.spotless' version '6.9.1'
id 'com.diffplug.spotless' version '6.7.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 @@ -23,7 +23,7 @@ plugins {
id 'com.android.application' version '7.2.2' apply false
id 'com.android.library' version '7.2.2' apply false
id 'org.jetbrains.kotlin.android' version '1.7.10' apply false
id 'com.diffplug.spotless' version '6.9.1'
id 'com.diffplug.spotless' version '6.7.0'
}

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

plugins {
id 'com.diffplug.spotless' version '6.9.1'
id 'com.diffplug.spotless' version '6.7.0'
}

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

plugins {
id 'com.diffplug.spotless' version '6.9.1'
id 'com.diffplug.spotless' version '6.7.0'
}

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

plugins {
id 'com.diffplug.spotless' version '6.9.1'
id 'com.diffplug.spotless' version '6.7.0'
}

subprojects {
Expand Down

0 comments on commit c4751a5

Please sign in to comment.