From edc0a646ec1fb1ff186537b26a2fbacc584573db Mon Sep 17 00:00:00 2001 From: Aurora Lahtela <24460436+AuroraLS3@users.noreply.github.com> Date: Mon, 14 Feb 2022 18:25:26 +0200 Subject: [PATCH] Update dependency download to newer version --- Plan/common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/common/build.gradle b/Plan/common/build.gradle index 17040586d..f3bdf0662 100644 --- a/Plan/common/build.gradle +++ b/Plan/common/build.gradle @@ -41,7 +41,7 @@ dependencies { implementation "com.maxmind.geoip2:geoip2:$geoIpVersion" implementation "com.google.code.gson:gson:$gsonVersion" - implementation("dev.vankka.dependencydownload:runtime:1.1.4") { + implementation("dev.vankka:dependencydownload-runtime:1.2.1") { // Effectively disables relocating exclude module: "jar-relocator" }