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

Update plugin org.jlleitschuh.gradle.ktlint to v10.2.1

See merge request funkwhale/funkwhale-android!125
This commit is contained in:
Ryan Harg 2021-12-31 13:42:27 +00:00
commit 9e0843b758
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ plugins {
id("com.android.application")
id("kotlin-android")
id("org.jlleitschuh.gradle.ktlint") version "10.2.0"
id("org.jlleitschuh.gradle.ktlint") version "10.2.1"
id("com.gladed.androidgitversion") version "0.4.14"
id("com.github.triplet.play") version "3.7.0"
id("de.mobilej.unmock")