From d62a187c0c8d7288cb14b9184a60f0d177fd7153 Mon Sep 17 00:00:00 2001 From: Yuriy Budiyev Date: Mon, 17 Dec 2018 17:00:07 +0300 Subject: [PATCH] Dev --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8028967..3f8c45c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Circular progress bar, supports animations and indeterminate mode, highly custom Add dependency: ```gradle dependencies { - implementation 'com.budiyev.android:circular-progress-bar:1.2.1' + implementation 'com.budiyev.android:circular-progress-bar:1.2.2' } ``` Define a view in your layout file: