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

Update plugin org.jlleitschuh.gradle.ktlint to v10

See merge request funkwhale/funkwhale-android!99
This commit is contained in:
Ryan Harg 2021-09-08 12:44:34 +00:00
commit da41874b66
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 "8.2.0"
id("org.jlleitschuh.gradle.ktlint") version "10.1.0"
id("com.gladed.androidgitversion") version "0.4.14"
id("com.github.triplet.play") version "2.8.1"
id("de.mobilej.unmock")