Skip to content

Commit a86cae7

Browse files
michel-kraemerfacebook-github-bot
authored andcommitted
Update gradle-download-task to 5.0.1 (#32995)
Summary: This enables concurrent task exection and parallel downloads See also michel-kraemer/gradle-download-task#138 ## Changelog [General] [Changed] - Update gradle-download-task to 5.0.1 to support concurrent downloads Pull Request resolved: #32995 Test Plan: Build runs successfully. Reviewed By: ShikaSD Differential Revision: D33892817 Pulled By: cortinico fbshipit-source-id: 515443573e17a5c2b16a1cf3cea4bf3c5c2d96a7
1 parent 848ba6f commit a86cae7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313
dependencies {
1414
val kotlin_version: String by project
1515
classpath("com.android.tools.build:gradle:7.0.4")
16-
classpath("de.undercouch:gradle-download-task:4.1.2")
16+
classpath("de.undercouch:gradle-download-task:5.0.1")
1717
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version")
1818
// NOTE: Do not place your application dependencies here; they belong
1919
// in the individual module build.gradle files

template/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515
dependencies {
1616
classpath("com.android.tools.build:gradle:7.0.4")
1717
classpath("com.facebook.react:react-native-gradle-plugin")
18-
classpath("de.undercouch:gradle-download-task:4.1.2")
18+
classpath("de.undercouch:gradle-download-task:5.0.1")
1919
// NOTE: Do not place your application dependencies here; they belong
2020
// in the individual module build.gradle files
2121
}

0 commit comments

Comments
 (0)