Declare appservices repository dependency explicitly

nightly-build-test
Grisha Kruglov 5 years ago committed by Jeff Boek
parent 756634bc6c
commit 0e19e6f55e

@ -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"
}

Loading…
Cancel
Save