Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mejdi14 authored Apr 14, 2020
1 parent 9eee4de commit 1be373a
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,28 @@




## Installation

Add this in your root `build.gradle` file (**not** your module `build.gradle` file):

```gradle
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
```
## Dependency

Add this to your module's `build.gradle` file (make sure the version matches the JitPack badge above):

```gradle
dependencies {
...
implementation 'com.github.mejdi14:Flat-Dialog-Android:1.0.4'
}
```
## 🤝 Contributing

Contributions, issues and feature requests are welcome.<br />
Expand Down

0 comments on commit 1be373a

Please sign in to comment.