Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
furkankaplan committed Aug 8, 2020
1 parent 5abac21 commit f1342a9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,22 @@ You can use it in everywhere as a background of a dialog view or part of a profi

## How to install?

You can add the library to your project using **jitpack.io**. Add the code below to your **app's gradle** file.
You can add the library to your project using **jitpack.io**.

Add the code below to your **project's gradle** file.
```
allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
}
```

Add the code below to your **app's gradle** file.
```
dependencies {
implementation 'com.github.furkankaplan:fk-blur-view-android:1.0.0'
implementation 'com.github.furkankaplan:fk-blur-view-android:1.0.1'
}
```
**Partial View Usage Screenshot**
Expand Down

0 comments on commit f1342a9

Please sign in to comment.