diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" } } } ``` |