Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
e4basil authored Apr 14, 2022
1 parent 051bc07 commit cf846a1
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Percentage Progressbar
<!-- [![Download](https://api.bintray.com/packages/basil/maven/PercentageProgressBar/images/download.svg)](https://bintray.com/basil/maven/PercentageProgressBar/_latestVersion) -->
[![Maven Central](https://img.shields.io/maven-central/v/com.github.e4basil/percentageprogressbar.svg?label=Maven%20Central)](https://search.maven.org/search?q=percentageprogressbar)

[![Maven Central](https://img.shields.io/maven-central/v/io.github.e4basil/percentageprogressbar?color=success&label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.github.e4basil%22%20AND%20a:%22percentageprogressbar%22)
[![CircleCI](https://circleci.com/gh/e4basil/PercentageProgressBar.svg?style=svg)](https://circleci.com/gh/e4basil/PercentageProgressBar)
[![codebeat badge](https://codebeat.co/badges/1bfd9924-c2cd-4448-b93f-8efa93c65184)](https://codebeat.co/projects/github-com-e4basil-percentageprogressbar-master)
<!-- [![Codacy Badge](https://api.codacy.com/project/badge/Grade/45ca699046fd493db45ea91a9bafc40b)](https://www.codacy.com/app/e4basil/PercentageProgressBar?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=e4basil/PercentageProgressBar&amp;utm_campaign=Badge_Grade) -->
Expand All @@ -12,7 +12,15 @@

## 💻 Installation

implementation 'com.android.basi:percentageprogressbar:0.1.8'
##### Gradle Groovy DSL

implementation 'io.github.e4basil:percentageprogressbar:0.1.8'

##### Gradle Kotlin DSL

implementation("io.github.e4basil:percentageprogressbar:0.1.8")



## Supported attributes/features
Here is a quick overview of the attributes/features
Expand Down

0 comments on commit cf846a1

Please sign in to comment.