Skip to content

Commit 088be26

Browse files
dulmandakhfacebook-github-bot
authored andcommitted
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: #27329 Test Plan: RNTester builds and runs as expected. Differential Revision: D18689039 Pulled By: mdvacca fbshipit-source-id: 01a1b607a36f3885e6dfa4ee8e8eadc18e9180bc
1 parent e69be0a commit 088be26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313
}
1414
dependencies {
1515
classpath("com.android.tools.build:gradle:3.5.2")
16-
classpath("de.undercouch:gradle-download-task:4.0.0")
16+
classpath("de.undercouch:gradle-download-task:4.0.2")
1717

1818
// NOTE: Do not place your application dependencies here; they belong
1919
// in the individual module build.gradle files

0 commit comments

Comments
 (0)