diff --git a/modules/usb-camera/android/build.gradle b/modules/usb-camera/android/build.gradle index efcfcc93..5849a2ee 100644 --- a/modules/usb-camera/android/build.gradle +++ b/modules/usb-camera/android/build.gradle @@ -18,6 +18,13 @@ android { } } +repositories { + google() + mavenCentral() + maven { url 'https://jitpack.io' } + maven { url 'https://jcenter.bintray.com' } +} + dependencies { implementation 'com.facebook.react:react-android' // AndroidUSBCamera library for USB/UVC Webcams