Add local repositories block to usb-camera module gradle file to guarantee JCenter resolution

This commit is contained in:
2026-05-25 19:48:15 +02:00
parent 5c9667d9e0
commit ea95dfdca6
+7
View File
@@ -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