Skip to content
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.

Avoid downloading GMS & Support repositories #78

Open
juandiana opened this issue Jun 9, 2015 · 0 comments
Open

Avoid downloading GMS & Support repositories #78

juandiana opened this issue Jun 9, 2015 · 0 comments

Comments

@juandiana
Copy link

This is perhaps a "feature request".

We use a local Maven repository for our Android build. In it we have all our dependencies. So we would like to avoid downloading the Google Play Services & Android Support repositories.

Looking at the source code, I see it assumes that the build takes its dependencies from the Maven repositories provided by the Android SDK Manger since it checks for the existence of these directories.

It would be nice if we could avoid this, for instance, by setting a flag in the build.gradle file.

sdkManager {
  checkGMSRepository false
  checkSupportRepository false
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant