aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 946deaa..e4e71f4 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,9 @@ To apply, add the following to your root build.gradle:
allprojects {
repositories {
...
+ jcenter()
maven { url "https://jitpack.io" }
+ maven { url "https://maven.google.com" }
}
}
```