From 2b7ddc3208ad5ef55d8ba4a090d188d42bbb6ebc Mon Sep 17 00:00:00 2001 From: Burke Choi Date: Fri, 15 Oct 2021 14:11:05 +0900 Subject: [PATCH] Update README.md remove jcenter info --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe66985..50111d6 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ To add `pageindicatorview` to your project, first make sure in root `build.gradle` you have specified the following repository: ```groovy repositories { - jcenter() + mavenCentral() } ``` >***Note***: by creating new project in Android Studio it will have `jcenter` repository specified by default, so you will not need to add it manually.