1
0
Fork 0

Declare appservices repository dependency explicitly

master
Grisha Kruglov 2019-03-26 12:31:50 -07:00 committed by Jeff Boek
parent 756634bc6c
commit 0e19e6f55e
1 changed files with 8 additions and 0 deletions

View File

@ -24,6 +24,14 @@ plugins {
allprojects {
repositories {
google()
// Currently the main repository where appservices artifacts are published.
// This will eventually move to maven.mozilla.org
// See https://github.com/mozilla/application-services/issues/252
maven {
url "https://dl.bintray.com/mozilla-appservices/application-services"
}
maven {
url "https://snapshots.maven.mozilla.org/maven2"
}