From 407308f327b2f9a0ca287d73470ad2e77d98c017 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 14:28:44 +0000 Subject: [PATCH] Update dependency de.undercouch:gradle-download-task to v5.4.0 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 834b523..21412e8 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -16,7 +16,7 @@ buildscript { dependencies { classpath("com.android.tools.build:gradle:7.1.1") classpath("com.facebook.react:react-native-gradle-plugin") - classpath("de.undercouch:gradle-download-task:5.0.1") + classpath("de.undercouch:gradle-download-task:5.4.0") // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }