diff --git a/android/build.gradle b/android/build.gradle index 8569fee..92b29b8 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -22,7 +22,7 @@ buildscript { dependencies { classpath("com.android.tools.build:gradle:7.2.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.7.0") // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }