From 63053f86505fda7aa5f06cd8626217df065100b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jul 2021 10:50:38 +0200 Subject: [PATCH] chore(deps): bump gradle-download-task from 4.1.1 to 4.1.2 in /android (#262) Bumps [gradle-download-task](https://github.com/michel-kraemer/gradle-download-task) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/michel-kraemer/gradle-download-task/releases) - [Commits](https://github.com/michel-kraemer/gradle-download-task/compare/4.1.1...4.1.2) --- updated-dependencies: - dependency-name: de.undercouch:gradle-download-task dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 4b58789..6a2ce9a 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -60,7 +60,7 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:4.2.1' - classpath 'de.undercouch:gradle-download-task:4.1.1' + classpath 'de.undercouch:gradle-download-task:4.1.2' // noinspection DifferentKotlinGradleVersion classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-android-extensions:$kotlin_version"