Skip to content

Commit 20040a9

Browse files
authored
Update repository instructions in README
1 parent cf6e1d5 commit 20040a9

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,16 @@ BlurKit is faster than other blurring libraries due to a number of bitmap retrie
3030
This results in an average work/frame time of 2-4ms, which will be a seamless experience for most users and apps.
3131

3232
## Setup
33-
Add __BlurKit__ to the dependencies block of your app level `build.gradle`:
33+
First add this line to the repositories block to the app level `build.gradle`:
34+
```groovy
35+
repositories {
36+
maven {
37+
url "https://camerakit.bintray.com/other"
38+
}
39+
}
40+
```
41+
42+
Then add __BlurKit__ to the dependencies block of the same app level `build.gradle`:
3443
```groovy
3544
dependencies {
3645
implementation 'io.alterac.blurkit:blurkit:1.0.0'
@@ -140,4 +149,4 @@ BlurKit.getInstance().fastBlur(View src, int radius, float downscaleFactor);
140149
BlurKit is [MIT licensed](https://github.com/wonderkiln/blurkit-android/blob/master/LICENSE).
141150

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

0 commit comments

Comments
 (0)