diff --git a/build.gradle b/build.gradle index 4cff74b..8d41b19 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ buildscript { mavenCentral() maven { url "https://plugins.gradle.org/m2/" } } - dependencies { classpath 'com.github.ben-manes:gradle-versions-plugin:0.20.0' } + dependencies { classpath 'com.github.ben-manes:gradle-versions-plugin:0.42.0' } } repositories { flatDir name: 'localLib', dirs: frameworkDir.absolutePath + '/lib'