From f5440318a863d952cd44cc8e28c9df8c834b9ca9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 09:09:15 +0000 Subject: [PATCH] Update dependency de.undercouch:gradle-download-task to v5.5.0 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 4248581..fba2690 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -16,7 +16,7 @@ buildscript { dependencies { classpath("com.android.tools.build:gradle:7.4.2") classpath("com.facebook.react:react-native-gradle-plugin") - classpath("de.undercouch:gradle-download-task:5.4.0") + classpath("de.undercouch:gradle-download-task:5.5.0") // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }