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

This commit is contained in:
Renovate Bot 2021-12-12 16:34:53 +00:00 committed by Ryan Harg
parent d9cd6afa0d
commit 37ad6eaf5b
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.1.0"
id("org.jlleitschuh.gradle.ktlint") version "10.2.0"
id("com.gladed.androidgitversion") version "0.4.14"
id("com.github.triplet.play") version "3.7.0"
id("de.mobilej.unmock")