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

Update plugin org.jlleitschuh.gradle.ktlint to v8.2.0

See merge request funkwhale/funkwhale-android!97
This commit is contained in:
Ryan Harg 2021-09-08 11:50:16 +00:00
commit 4351258f46
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.1.0"
id("org.jlleitschuh.gradle.ktlint") version "8.2.0"
id("com.gladed.androidgitversion") version "0.4.14"
id("com.github.triplet.play") version "2.8.1"
id("de.mobilej.unmock")