mirror of
https://github.com/owncloud/android-library.git
synced 2026-08-11 16:33:03 +00:00
Fix Could not find com.android.tools.lint:lint-gradle:26.1.2.
This commit is contained in:
+5
-3
@@ -10,9 +10,11 @@ buildscript {
|
|||||||
|
|
||||||
apply plugin: 'com.android.library'
|
apply plugin: 'com.android.library'
|
||||||
|
|
||||||
repositories {
|
allprojects {
|
||||||
jcenter()
|
repositories {
|
||||||
google()
|
google()
|
||||||
|
jcenter()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|||||||
Reference in New Issue
Block a user