Skip to content

Commit 1b7a36f

Browse files
chore: bump org.jlleitschuh.gradle.ktlint (#239)
Bumps org.jlleitschuh.gradle.ktlint from 11.6.1 to 12.0.2. --- updated-dependencies: - dependency-name: org.jlleitschuh.gradle.ktlint dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ecccd88 commit 1b7a36f

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.6.1"
7+
id("org.jlleitschuh.gradle.ktlint") version "12.0.2"
88
// id("com.google.gms.google-services")
99
kotlin("android")
1010
kotlin("kapt")

0 commit comments

Comments
 (0)