From bd8abdeba0f9282922ad94eaead982554699736c Mon Sep 17 00:00:00 2001 From: David E Jones Date: Tue, 3 May 2022 08:33:49 -0700 Subject: [PATCH] Update gradle-versions-plugin for compatibility with more recent gradle --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'