Merge branch 'renovate/org.jlleitschuh.gradle.ktlint-11.x' into 'develop'

chore(deps): update plugin org.jlleitschuh.gradle.ktlint to v11.2.0

See merge request funkwhale/funkwhale-android!318
This commit is contained in:
Ryan Harg 2023-02-22 18:54:00 +00:00
commit 514cd46036
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ plugins {
id("androidx.navigation.safeargs.kotlin")
id("kotlin-parcelize")
id("org.jlleitschuh.gradle.ktlint") version "11.1.0"
id("org.jlleitschuh.gradle.ktlint") version "11.2.0"
id("com.gladed.androidgitversion") version "0.4.14"
id("com.github.triplet.play") version "3.7.0"
id("de.mobilej.unmock")