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 351e0bb + ad840b3 commit 081484cCopy full SHA for 081484c
android/build.gradle
@@ -54,7 +54,7 @@ dependencies {
54
def supportLibVersion = rootProject.hasProperty('supportLibVersion') ? rootProject.supportLibVersion : DEFAULT_SUPPORT_LIBRARY_VERSION
55
56
compileOnly 'com.facebook.react:react-native:+'
57
- implementation 'com.facebook.infer.annotation:infer-annotation:+'
+ compileOnly 'com.facebook.infer.annotation:infer-annotation:+'
58
implementation "com.google.zxing:core:3.2.1"
59
implementation "com.drewnoakes:metadata-extractor:2.9.1"
60
implementation "com.google.android.gms:play-services-vision:$googlePlayServicesVersion"
0 commit comments