Bump de.undercouch.download from 5.4.0 to 5.5.0 (#3310)

Bumps [de.undercouch.download](https://github.com/michel-kraemer/gradle-download-task) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/michel-kraemer/gradle-download-task/releases)
- [Commits](https://github.com/michel-kraemer/gradle-download-task/compare/5.4.0...5.5.0)

---
updated-dependencies:
- dependency-name: de.undercouch.download
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-09-18 20:50:25 +08:00 committed by GitHub
parent d5a82de76a
commit 6510bf4e9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ plugins {
id 'com.android.library' version "$agp_version" apply false
id 'org.jetbrains.kotlin.android' version "$kotlin_version" apply false
id 'com.google.devtools.ksp' version "$kotlin_version-$ksp_version" apply false
id "de.undercouch.download" version "5.4.0" apply false
id "de.undercouch.download" version "5.5.0" apply false
id "com.google.gms.google-services" version "4.3.15" apply false
}