From aa724e43a7df39736f2c95ec92f838f19fef461c Mon Sep 17 00:00:00 2001 From: Guilherme Delgado Date: Mon, 29 Aug 2022 18:13:02 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c9df21..bfd813c 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,12 @@ A fancy CircularProgressView. ## Installation -CircularProgressView is distributed through [Maven Central](https://search.maven.org/artifact/com.github.guilhe/circular-progress-view), [Jcenter](https://bintray.com/gdelgado/android/circular-progress-view) and [Jitpack](https://jitpack.io/#GuilhE/CircularProgressView). +CircularProgressView is distributed through [Maven Central](https://search.maven.org/artifact/com.github.guilhe/circular-progress-view) and [Jitpack](https://jitpack.io/#GuilhE/CircularProgressView). ```groovy implementation 'com.github.guilhe:circular-progress-view:${LATEST_VERSION}' ``` -[![Maven Central](https://img.shields.io/maven-central/v/com.github.guilhe/circular-progress-view.svg)](https://search.maven.org/search?q=g:com.github.guilhe%20AND%20circular-progress-view) [![Download](https://api.bintray.com/packages/gdelgado/android/circular-progress-view/images/download.svg)](https://bintray.com/gdelgado/android/circular-progress-view/_latestVersion) ![Bintray](https://img.shields.io/bintray/dt/gdelgado/android/circular-progress-view) +[![Maven Central](https://img.shields.io/maven-central/v/com.github.guilhe/circular-progress-view.svg)](https://search.maven.org/search?q=g:com.github.guilhe%20AND%20circular-progress-view) ## Usage Check out the __sample__ module where you can find a few examples of how to create it by `xml` or `java`.