diff --git a/auth/README.md b/auth/README.md index 2906998ce..70db33dd8 100644 --- a/auth/README.md +++ b/auth/README.md @@ -53,9 +53,11 @@ dependencies { and add the Fabric repository ```groovy -repositories { - // ... - maven { url 'https://maven.fabric.io/public' } +allprojects { + repositories { + // ... + maven { url 'https://maven.fabric.io/public' } + } } ```