From b82af608b7b178c1ac07e207d3163a62f9628448 Mon Sep 17 00:00:00 2001 From: Christian De Angelis Date: Thu, 31 Mar 2016 18:33:53 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2e03bc9..83cbbc6 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ Android ProgressBar that "bends" under its own weight. --- ###Attributes -| Attribute | Type | Default | Usage | -| -------------------- | --------- | ----------------------------- | ------------------------------------------------------------ | +| Attribute | Type | Default | Usage | +| ------------------------ | --------- | ----------------------------- | ------------------------------------------------------------ | | `app:ropeMax` | integer | 0 | The max value of the progress bar | | `app:ropeProgress` | integer | 0 | The current value of the progress bar | | `app:ropePrimaryColor` | color | `@attr/colorControlActivated` | Color used for the progress completed | @@ -31,7 +31,7 @@ repositories { } dependencies { - compile 'com.github.cdeange:RopeProgressBar:0.1.1' + compile 'com.github.cdeange:RopeProgressBar:0.1.2' } ```