diff --git a/build.gradle b/build.gradle index 32145a2..7e7a729 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ buildscript { classpath 'com.android.tools.build:gradle:8.2.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jlleitschuh.gradle:ktlint-gradle:12.1.0" - classpath "com.github.ben-manes:gradle-versions-plugin:0.50.0" + classpath "com.github.ben-manes:gradle-versions-plugin:0.51.0" } }