Use the Google Maven repository instead of local preview.
(cherry picked from commit 4279335) (cherry picked from commit 0e8b850)
This commit is contained in:
committed by
Alexey Tsvetkov
parent
edd22310c0
commit
a82c0c843e
@@ -19,9 +19,7 @@ repositories {
|
|||||||
jcenter()
|
jcenter()
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
maven { url 'http://repository.jetbrains.com/utils/' }
|
maven { url 'http://repository.jetbrains.com/utils/' }
|
||||||
|
maven { url 'https://maven.google.com' }
|
||||||
// todo: remove this once the AGP artifacts get published
|
|
||||||
maven { url (project.findProperty("googlePreviewRepositoryPath") ?: System.getProperty("googlePreviewRepositoryPath")) }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
|
|||||||
Reference in New Issue
Block a user