Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fahim44 authored Jun 21, 2022
1 parent c316c76 commit a40da54
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,30 @@ General Android account drawable generator

<a href="https://www.buymeacoffee.com/fahim44" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="41" width="174"></a>

[![](https://jitpack.io/v/fahim44/YetAnotherAccountChip.svg)](https://jitpack.io/#fahim44/YetAnotherAccountChip)


Dynamic account icon drawable generator for android.

![example](https://raw.githubusercontent.com/fahim44/YetAnotherAccountChip/main/example.png)

## SetUp

Add it in your project level `build.gradle` at the end of repositories:
```gradle
repositories {
mavenCentral()
maven { url "https://jitpack.io" }
}
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```

Add the dependency in your app level `build.gradle` file:
```gradle
dependencies {
}
implementation 'com.github.fahim44:YetAnotherAccountChip:{latest_version}'
}
```

## Example
Expand Down

0 comments on commit a40da54

Please sign in to comment.