1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-08 08:26:10 +00:00

Fix Could not find com.android.tools.lint:lint-gradle:26.1.2.

This commit is contained in:
davigonz 2018-04-26 10:37:08 +02:00
parent 35ea9dfd20
commit 9a2fb4cd0a

View File

@ -10,9 +10,11 @@ buildscript {
apply plugin: 'com.android.library' apply plugin: 'com.android.library'
allprojects {
repositories { repositories {
jcenter()
google() google()
jcenter()
}
} }
dependencies { dependencies {