Skip to content

Commit 617e05a

Browse files
david-allisonBrayanDSO
authored andcommitted
build(deps): update ktlint to 1.8.0
* update libs.versions.toml to 1.8.0 * run ` ./gradlew ktLintFormat --rerun-tasks` * all changes were valid in the previous commit 1.8.0 is not yet a default in ktlint-gradle, and it's been a while This update allows us to support Context Parameters in a later commit * https://github.com/pinterest/ktlint/releases/tag/1.8.0 * https://github.com/pinterest/ktlint/releases/tag/1.7.0 * https://github.com/pinterest/ktlint/releases/tag/1.6.0 Issue 19614
1 parent 42e994b commit 617e05a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ minSdk = "24" # also in testlib/build.gradle.kts
1010

1111
targetSdk = "35" # affects which SDKs download in ../robolectricDownloader.gradle
1212
acra = '5.13.1'
13-
ktlint = '1.5.0'
13+
ktlint = '1.8.0'
1414
# AGP is included in Android Studio and changelogs are not well maintained/at a stable URL
1515
# Open https://developer.android.com/build/releases/gradle-plugin#patch-releases
1616
# Maybe select a "bug fixes" link ->

0 commit comments

Comments
 (0)