Skip to content

Commit

Permalink
bump gradle-download-task to 4.0.2 (#27329)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dulmandakh authored and facebook-github-bot committed Nov 27, 2019
1 parent e69be0a commit 088be26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 088be26

Please sign in to comment.