diff --git a/README.md b/README.md index cf2cd231c..7b1dee6b7 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ dependency on the appropriate Firebase SDK so there is no need to include those separately in your app. In your `app/build.gradle` file add a dependency on one of the FirebaseUI -libraries. +libraries: ```groovy dependencies { @@ -41,6 +41,18 @@ dependencies { } ``` +and add the Fabric repository + +```groovy +allprojects { + repositories { + // ... + maven { url 'https://maven.fabric.io/public' } + } +} +``` + + After the project is synchronized, we're ready to start using Firebase functionality in our app. ### Compatibility with Firebase / Google Play Services Libraries