From 99c149bb8b18bc0b9347cda6e6e69da4a2943634 Mon Sep 17 00:00:00 2001 From: Vyacheslav Gerasimov Date: Thu, 29 Nov 2018 21:41:17 +0300 Subject: [PATCH] Build: Update url for android build tools --- buildSrc/prepare-deps/android-dx/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/prepare-deps/android-dx/build.gradle.kts b/buildSrc/prepare-deps/android-dx/build.gradle.kts index 2534cefb131..dad8b323c79 100644 --- a/buildSrc/prepare-deps/android-dx/build.gradle.kts +++ b/buildSrc/prepare-deps/android-dx/build.gradle.kts @@ -24,7 +24,7 @@ val dxSourcesVersion = rootProject.extra["versions.androidDxSources"] as String repositories { ivy { - artifactPattern("https://dl-ssl.google.com/android/repository/[artifact]_[revision](-[classifier]).[ext]") + artifactPattern("https://dl.google.com/android/repository/[artifact]_[revision](-[classifier]).[ext]") artifactPattern("https://android.googlesource.com/platform/dalvik/+archive/android-$dxSourcesVersion/[artifact].[ext]") metadataSources { artifact()