Add local repositories block to usb-camera module gradle file to guarantee JCenter resolution
This commit is contained in:
@@ -18,6 +18,13 @@ android {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
repositories {
|
||||||
|
google()
|
||||||
|
mavenCentral()
|
||||||
|
maven { url 'https://jitpack.io' }
|
||||||
|
maven { url 'https://jcenter.bintray.com' }
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.facebook.react:react-android'
|
implementation 'com.facebook.react:react-android'
|
||||||
// AndroidUSBCamera library for USB/UVC Webcams
|
// AndroidUSBCamera library for USB/UVC Webcams
|
||||||
|
|||||||
Reference in New Issue
Block a user