Skip to content

Commit c00d83c

Browse files
chore: bump org.jlleitschuh.gradle.ktlint (#222)
Bumps org.jlleitschuh.gradle.ktlint from 11.5.0 to 11.5.1. --- updated-dependencies: - dependency-name: org.jlleitschuh.gradle.ktlint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7f882af commit c00d83c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-sdk-samples/higgs-shop-sample-app/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import java.util.TimeZone
44

55
plugins {
66
id("com.android.application")
7-
id("org.jlleitschuh.gradle.ktlint") version "11.5.0"
7+
id("org.jlleitschuh.gradle.ktlint") version "11.5.1"
88
// id("com.google.gms.google-services")
99
kotlin("android")
1010
kotlin("kapt")

0 commit comments

Comments
 (0)