From c4a90d544ee142c30ecc343b2a88ec82748d8da6 Mon Sep 17 00:00:00 2001 From: Andrey Stepankov Date: Mon, 27 Dec 2021 21:57:18 +0200 Subject: [PATCH] Fix readme maven typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ba7a8da..996b0530 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Apply the project to the root `build.gradle`: ```groovy buildscript { repositories { - maven() + mavenCental() } dependencies { classpath "com.dropbox.affectedmoduledetector:affectedmoduledetector:"