Use the Google Maven repository instead of local preview.

(cherry picked from commit 4279335)

(cherry picked from commit 0e8b850)
This commit is contained in:
Sergey Igushkin
2017-05-19 13:59:01 +03:00
committed by Alexey Tsvetkov
parent edd22310c0
commit a82c0c843e
@@ -19,9 +19,7 @@ repositories {
jcenter()
mavenLocal()
maven { url 'http://repository.jetbrains.com/utils/' }
// todo: remove this once the AGP artifacts get published
maven { url (project.findProperty("googlePreviewRepositoryPath") ?: System.getProperty("googlePreviewRepositoryPath")) }
maven { url 'https://maven.google.com' }
}
configurations {