bump gradle-download-task to 4.0.2 (#27329)

Summary:
Recently, we bumped Gradle to 6.0.1, and it seems that gradle-download-task has a compatibility issue, thus 4.0.2 fixed and added 6.0.1 in their CI.

## Changelog

[Android] [Changed] - Bump gradle-download-task to 4.0.2
Pull Request resolved: https://github.com/facebook/react-native/pull/27329

Test Plan: RNTester builds and runs as expected.

Differential Revision: D18689039

Pulled By: mdvacca

fbshipit-source-id: 01a1b607a36f3885e6dfa4ee8e8eadc18e9180bc
This commit is contained in:
Dulmandakh 2019-11-27 11:40:29 -08:00 коммит произвёл Facebook Github Bot
Родитель e69be0ae55
Коммит 088be260b6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -13,7 +13,7 @@ buildscript {
}
dependencies {
classpath("com.android.tools.build:gradle:3.5.2")
classpath("de.undercouch:gradle-download-task:4.0.0")
classpath("de.undercouch:gradle-download-task:4.0.2")
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files