Update README.md to point people to the new importMaven tool.
Test: None
Change-Id: I61b8d8133c029decd24c206d1b6d82664fdac4e4
diff --git a/README.md b/README.md
index e797b04..d824742 100644
--- a/README.md
+++ b/README.md
@@ -98,3 +98,5 @@
* Sign in into your account (or create one if you do not have one yet)
* Add an appropriate reviewer (use git log to find who did most modifications on the file you are fixing or check the OWNERS file in the project's directory)
+## Handling binary dependencies
+AndroidX uses git to store all the binary Gradle dependencies. They are stored in `prebuilts/androidx/internal` and `prebuilts/androidx/external` directories in your checkout. All the dependencies in these directories are also available from `google()`, `jcenter()`, or `mavenCentral()`. We store copies of these dependencies to have hermetic builds. You can pull in [a new dependency using our importMaven tool](development/importMaven/README.md).
\ No newline at end of file