Skip to content

Commit 78f0196

Browse files
chore(deps): update dependency de.undercouch:gradle-download-task to v5.2.1 (#1152)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tommy Nguyen <[email protected]>
1 parent 156eb87 commit 78f0196

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

android/react-native-build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99

1010
dependencies {
1111
classpath "com.android.tools.build:gradle:$androidPluginVersion"
12-
classpath 'de.undercouch:gradle-download-task:5.1.3'
12+
classpath 'de.undercouch:gradle-download-task:5.2.1'
1313
}
1414
}
1515

example/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313

1414
if (isNewArchitectureEnabled(project)) {
1515
classpath("com.facebook.react:react-native-gradle-plugin")
16-
classpath("de.undercouch:gradle-download-task:5.1.3")
16+
classpath("de.undercouch:gradle-download-task:5.2.1")
1717
}
1818
}
1919
}

scripts/configure.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ const getConfig = (() => {
487487
"",
488488
" if (isNewArchitectureEnabled(project)) {",
489489
' classpath("com.facebook.react:react-native-gradle-plugin")',
490-
' classpath("de.undercouch:gradle-download-task:5.1.2")',
490+
' classpath("de.undercouch:gradle-download-task:5.2.1")',
491491
" }",
492492
" }",
493493
"}",

test/android-test-app/test-app-util.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ describe("test-app-util", () => {
1717
"",
1818
" dependencies {",
1919
' classpath("com.android.tools.build:gradle:${androidPluginVersion}")',
20-
' classpath("de.undercouch:gradle-download-task:5.1.2")',
20+
' classpath("de.undercouch:gradle-download-task:5.2.1")',
2121
" }",
2222
"}",
2323
"",

test/configure/__snapshots__/gatherConfig.test.js.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Object {
8484
8585
if (isNewArchitectureEnabled(project)) {
8686
classpath(\\"com.facebook.react:react-native-gradle-plugin\\")
87-
classpath(\\"de.undercouch:gradle-download-task:5.1.2\\")
87+
classpath(\\"de.undercouch:gradle-download-task:5.2.1\\")
8888
}
8989
}
9090
}
@@ -386,7 +386,7 @@ Object {
386386
387387
if (isNewArchitectureEnabled(project)) {
388388
classpath(\\"com.facebook.react:react-native-gradle-plugin\\")
389-
classpath(\\"de.undercouch:gradle-download-task:5.1.2\\")
389+
classpath(\\"de.undercouch:gradle-download-task:5.2.1\\")
390390
}
391391
}
392392
}
@@ -537,7 +537,7 @@ Object {
537537
538538
if (isNewArchitectureEnabled(project)) {
539539
classpath(\\"com.facebook.react:react-native-gradle-plugin\\")
540-
classpath(\\"de.undercouch:gradle-download-task:5.1.2\\")
540+
classpath(\\"de.undercouch:gradle-download-task:5.2.1\\")
541541
}
542542
}
543543
}

0 commit comments

Comments
 (0)