diff --git a/build.gradle.kts b/build.gradle.kts index 4aeeb90..1593bff 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ buildscript { dependencies { classpath("com.android.tools.build:gradle:7.1.3") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10") - classpath("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.1") + classpath("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.2") classpath("com.google.gms:google-services:4.3.15") // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files