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
This commit is contained in:
Pascal Hartig
2019-04-15 06:51:15 -07:00
committed by Facebook Github Bot
parent 5169d318de
commit 3de3ef27d1

View File

@@ -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') }