Commit 125b5d62 authored by Stefan Mitev's avatar Stefan Mitev Committed by Dan Field

Fixes gradle error: 'Could not find lint-gradle-api.jar' (#23095) (#23397)

* Fixes gradle error: 'Could not find lint-gradle-api.jar' (#23095)
parent ce434022
...@@ -28,3 +28,4 @@ Christian Mürtz <teraarts@t-online.de> ...@@ -28,3 +28,4 @@ Christian Mürtz <teraarts@t-online.de>
Lukasz Piliszczuk <lukasz@intheloup.io> Lukasz Piliszczuk <lukasz@intheloup.io>
Felix Schmidt <felix.free@gmx.de> Felix Schmidt <felix.free@gmx.de>
Artur Rymarz <artur.rymarz@gmail.com> Artur Rymarz <artur.rymarz@gmail.com>
Stefan Mitev <mr.mitew@gmail.com>
...@@ -18,10 +18,8 @@ import org.gradle.api.tasks.bundling.Jar ...@@ -18,10 +18,8 @@ import org.gradle.api.tasks.bundling.Jar
buildscript { buildscript {
repositories { repositories {
google()
jcenter() jcenter()
maven {
url 'https://dl.google.com/dl/android/maven2'
}
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.2.1' classpath 'com.android.tools.build:gradle:3.2.1'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment