From ea95dfdca68d46c2d46c7acc8cd05170cb346558 Mon Sep 17 00:00:00 2001 From: orfelorfel23 Date: Mon, 25 May 2026 19:48:15 +0200 Subject: [PATCH] Add local repositories block to usb-camera module gradle file to guarantee JCenter resolution --- modules/usb-camera/android/build.gradle | 7 +++++++ 1 file changed, 7 insertions(+) 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