diff --git a/auth/README.md b/auth/README.md index 818819181..48c0040be 100644 --- a/auth/README.md +++ b/auth/README.md @@ -39,7 +39,7 @@ As a pre-requisite, ensure your application is configured for use with Firebase: see the [Firebase documentation](https://firebase.google.com/docs/android/setup). Then, add the FirebaseUI auth library dependency. If your project uses -Gradle, add: +Gradle, add the dependency: ```groovy dependencies { @@ -48,14 +48,13 @@ dependencies { } ``` -If instead your project uses Maven, add: +and add the Fabric repository -```xml - - com.firebaseui - firebase-ui-auth - 1.0.0 - +```groovy +repositories { + // ... + maven { url 'https://maven.fabric.io/public' } +} ``` ### Identity provider configuration