diff --git a/build.gradle b/build.gradle index 593099e7b..63594eae8 100644 --- a/build.gradle +++ b/build.gradle @@ -10,9 +10,9 @@ buildscript { plugins { id 'de.undercouch.download' version '3.4.3' - id 'com.github.ben-manes.versions' version '0.20.0' id 'com.jfrog.bintray' version '1.8.4' - id "com.github.dcendents.android-maven" version '2.1' + id 'com.github.dcendents.android-maven' version '2.1' + id 'com.github.ben-manes.versions' version '0.21.0' } ext.isSnapshot = { VERSION_NAME.endsWith('-SNAPSHOT') }