We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c5d242 + be88840 commit cfd6993Copy full SHA for cfd6993
1 file changed
BarcodeReaderSimpleSample/android/build.gradle
@@ -35,4 +35,9 @@ allprojects {
35
google()
36
maven { url 'https://www.jitpack.io' }
37
}
38
+ configurations.all {
39
+ resolutionStrategy {
40
+ force "com.facebook.react:react-native:0.67.2"
41
+ }
42
43
0 commit comments