mirror of
https://github.com/status-im/react-native-image-crop-picker.git
synced 2025-02-22 18:38:13 +00:00
Update README.md
This commit is contained in:
parent
edaf107aa8
commit
b21952feb4
10
README.md
10
README.md
@ -216,13 +216,17 @@ buildscript {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
- Add the following to your `build.gradle`'s repositories section. (project build.gradle)
|
- **VERY IMPORTANT** Add the following to your `build.gradle`'s repositories section. (android/build.gradle)
|
||||||
|
|
||||||
```gradle
|
```gradle
|
||||||
allprojects {
|
allprojects {
|
||||||
repositories {
|
repositories {
|
||||||
jcenter()
|
mavenLocal()
|
||||||
maven { url "https://jitpack.io" }
|
jcenter()
|
||||||
|
maven { url "$rootDir/../node_modules/react-native/android" }
|
||||||
|
|
||||||
|
// jitpack repo is necessary to fetch ucrop dependency
|
||||||
|
maven { url "https://jitpack.io" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user