From 3de3ef27d19107740187dc400b5878c75bfe5351 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Mon, 15 Apr 2019 06:51:15 -0700 Subject: [PATCH] Bump versions plugin Summary: Updating some deps and starting with the thing that helps identify outdated things. Reviewed By: jknoxville Differential Revision: D14933477 fbshipit-source-id: 3a0f84abf97f9327ecab72388e114a1fb533504b --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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') }