1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-11-03 00:33:00 +00:00

Update ktlint to 0.44.0

This commit is contained in:
TacoTheDank
2022-02-26 16:08:10 -05:00
parent ae2ba5771f
commit 678edb1846
3 changed files with 6 additions and 5 deletions

View File

@@ -193,7 +193,7 @@ dependencies {
/** Checkstyle **/
checkstyle "com.puppycrawl.tools:checkstyle:${checkstyleVersion}"
ktlint 'com.pinterest:ktlint:0.43.2'
ktlint 'com.pinterest:ktlint:0.44.0'
/** Kotlin **/
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:${kotlin_version}"