From 9fb101b4336fe3dfc802ec89ea6048463152fefb Mon Sep 17 00:00:00 2001 From: Armel Soro Date: Sun, 7 Mar 2021 22:27:40 +0100 Subject: [PATCH] chore: Update README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19461f33..32d422c8 100644 --- a/README.md +++ b/README.md @@ -126,9 +126,14 @@ By the way, as a side note, Maoni is a Swahili word for comments or opinions. ## Getting started This library is published on [Maven Central](https://search.maven.org/artifact/org.rm3l/maoni). So importing it should be straightforward. -Add this to your `build.gradle`: +Declare the [Maven Central repository](https://repo.maven.apache.org/maven2/) (if not done yet) and import this project: ```gradle + repositories { + //... + mavenCentral() + } + dependencies { // ... implementation 'org.rm3l:maoni:9.0.0@aar'