Update ktlint to 2.3.2

This commit is contained in:
Jay 2020-06-01 20:33:24 -04:00
parent c189a840a7
commit cd570feb1b

View File

@ -28,7 +28,7 @@ object BuildPluginsVersion {
const val AGP = "4.0.0"
const val GOOGLE_SERVICES = "4.3.3"
const val KOTLIN = "1.3.72"
const val KOTLINTER = "2.3.1"
const val KOTLINTER = "2.3.2"
const val OSS_LICENSE = "0.10.2"
const val VERSIONS_PLUGIN = "0.28.0"
}