Skip to content

Commit

Permalink
chore(deps): update plugin ktlint to v12.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 25, 2024
1 parent e1787bc commit 00cfd80
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ google-ksp = "com.google.devtools.ksp:2.0.21-1.0.28"
hilt-android = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
ktlint = "org.jlleitschuh.gradle.ktlint:12.1.1"
ktlint = "org.jlleitschuh.gradle.ktlint:12.1.2"

[libraries]
android-material = { module = "com.google.android.material:material", version.ref = "material" }
Expand Down
13 changes: 13 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12396,11 +12396,24 @@
<sha256 value="748378699d6028dab55c6cf7e4cc663aa992e9dd2c90c19a3a92dabaf1700d8a" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.jlleitschuh.gradle" name="ktlint-gradle" version="12.1.2">
<artifact name="ktlint-gradle-12.1.2.jar">
<sha256 value="8a1dcadb7087be4beb158e4cf77cc4d430084382ac8a5d8c3706ac620a7b329c" origin="Generated by Gradle"/>
</artifact>
<artifact name="ktlint-gradle-12.1.2.module">
<sha256 value="6079d4cc37b4b49d519e84d82723759805d8d8a8fac1d1566185ae167773517e" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.jlleitschuh.gradle.ktlint" name="org.jlleitschuh.gradle.ktlint.gradle.plugin" version="12.1.1">
<artifact name="org.jlleitschuh.gradle.ktlint.gradle.plugin-12.1.1.pom">
<sha256 value="5a99bee1b84a692595f2df151b5055305ec94a978959612f7b94ada3fb0aa6d8" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.jlleitschuh.gradle.ktlint" name="org.jlleitschuh.gradle.ktlint.gradle.plugin" version="12.1.2">
<artifact name="org.jlleitschuh.gradle.ktlint.gradle.plugin-12.1.2.pom">
<sha256 value="f7520a60cf92f22d0281ee1aabda833d7f686e8c1d88018411db6041dd439a6e" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.jspecify" name="jspecify" version="0.3.0">
<artifact name="jspecify-0.3.0.jar">
<sha256 value="e1c7e1832b6095fcfcbe57485700c7330d53d4e57e2c5bbf9c71819b02e978be" origin="Generated by Gradle"/>
Expand Down

0 comments on commit 00cfd80

Please sign in to comment.