Skip to content

Commit

Permalink
Update gradle-versions-plugin for compatibility with more recent gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesde committed May 3, 2022
1 parent ad5f555 commit bd8abde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit bd8abde

Please sign in to comment.