Skip to content

Commit

Permalink
Update repository instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
emersoncloud committed Oct 12, 2018
1 parent cf6e1d5 commit 20040a9
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,16 @@ BlurKit is faster than other blurring libraries due to a number of bitmap retrie
This results in an average work/frame time of 2-4ms, which will be a seamless experience for most users and apps.

## Setup
Add __BlurKit__ to the dependencies block of your app level `build.gradle`:
First add this line to the repositories block to the app level `build.gradle`:
```groovy
repositories {
maven {
url "https://camerakit.bintray.com/other"
}
}
```

Then add __BlurKit__ to the dependencies block of the same app level `build.gradle`:
```groovy
dependencies {
implementation 'io.alterac.blurkit:blurkit:1.0.0'
Expand Down Expand Up @@ -140,4 +149,4 @@ BlurKit.getInstance().fastBlur(View src, int radius, float downscaleFactor);
BlurKit is [MIT licensed](https://github.com/wonderkiln/blurkit-android/blob/master/LICENSE).

---
Blurkit is a sister project of [CameraKit](https://github.com/CameraKit/camerakit-android) and maintained by the CameraKit team.
Blurkit is a sister project of [CameraKit](https://github.com/CameraKit/camerakit-android) and maintained by the CameraKit team.

0 comments on commit 20040a9

Please sign in to comment.