Update README.md

This commit is contained in:
Ivan Pusic 2018-05-24 13:39:14 +02:00 committed by GitHub
parent 3d166ed6d0
commit d7bef85a32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -268,7 +268,10 @@ allprojects {
jcenter()
maven { url "$rootDir/../node_modules/react-native/android" }
// jitpack repo is necessary to fetch ucrop dependency
// ADD THIS
maven { url 'https://maven.google.com' }
// ADD THIS
maven { url "https://jitpack.io" }
}
}