Skip to content

Commit

Permalink
Merge pull request #5 from devscast/dependabot/gradle/org.jlleitschuh…
Browse files Browse the repository at this point in the history
….gradle.ktlint-11.6.1

Bump org.jlleitschuh.gradle.ktlint from 11.0.0 to 11.6.1
  • Loading branch information
yveskalume authored Nov 30, 2023
2 parents 7f86a02 + 60b1bda commit 02f30b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'com.android.application'
id 'kotlin-android'
id 'org.jlleitschuh.gradle.ktlint' version '11.0.0'
id 'org.jlleitschuh.gradle.ktlint' version '11.6.1'
}

android {
Expand Down
2 changes: 1 addition & 1 deletion validable/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'com.android.library'
id 'kotlin-android'
id 'maven-publish'
id 'org.jlleitschuh.gradle.ktlint' version '11.0.0'
id 'org.jlleitschuh.gradle.ktlint' version '11.6.1'
}

android {
Expand Down

0 comments on commit 02f30b4

Please sign in to comment.