Update dependency download to newer version

This commit is contained in:
Aurora Lahtela 2022-02-14 18:25:26 +02:00 committed by GitHub
parent 9796b70ebb
commit edc0a646ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}