mirror of
https://github.com/status-im/react-native-camera.git
synced 2025-02-24 09:48:17 +00:00
Merge pull request #1559 from karenpeng/master
Fix runtime error missing facebook infer annotation
This commit is contained in:
commit
a4599093ea
@ -54,7 +54,7 @@ dependencies {
|
||||
def supportLibVersion = rootProject.hasProperty('supportLibVersion') ? rootProject.supportLibVersion : DEFAULT_SUPPORT_LIBRARY_VERSION
|
||||
|
||||
compileOnly 'com.facebook.react:react-native:+'
|
||||
compileOnly 'com.facebook.infer.annotation:infer-annotation:+'
|
||||
implementation 'com.facebook.infer.annotation:infer-annotation:+'
|
||||
implementation "com.google.zxing:core:3.2.1"
|
||||
implementation "com.drewnoakes:metadata-extractor:2.9.1"
|
||||
implementation "com.google.android.gms:play-services-vision:$googlePlayServicesVersion"
|
||||
|
Loading…
x
Reference in New Issue
Block a user