Bump gradle download library

Summary:
https://github.com/michel-kraemer/gradle-download-task#migrating-from-version-3x-to-4x

Major release but we're not affected by any of the changes, could use some of those in CI though.

Reviewed By: jknoxville

Differential Revision: D18394402

fbshipit-source-id: 89773776a11ad0c0d5ff8eb8875eb06546e43072
This commit is contained in:
Pascal Hartig
2019-11-08 04:33:38 -08:00
committed by Facebook Github Bot
parent ff7d5018ec
commit 0dd7c277d4

View File

@@ -17,7 +17,7 @@ buildscript {
}
plugins {
id 'de.undercouch.download' version '3.4.3'
id 'de.undercouch.download' version '4.0.1'
id 'com.jfrog.bintray' version '1.8.4'
id 'com.github.dcendents.android-maven' version '2.1'
id 'com.github.ben-manes.versions' version '0.21.0'