Skip to content

Commit 081484c

Browse files
authored
Merge pull request react-native-camera#1576 from react-native-community/revert-1559-master
Revert "Fix runtime error missing facebook infer annotation"
2 parents 351e0bb + ad840b3 commit 081484c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies {
5454
def supportLibVersion = rootProject.hasProperty('supportLibVersion') ? rootProject.supportLibVersion : DEFAULT_SUPPORT_LIBRARY_VERSION
5555

5656
compileOnly 'com.facebook.react:react-native:+'
57-
implementation 'com.facebook.infer.annotation:infer-annotation:+'
57+
compileOnly 'com.facebook.infer.annotation:infer-annotation:+'
5858
implementation "com.google.zxing:core:3.2.1"
5959
implementation "com.drewnoakes:metadata-extractor:2.9.1"
6060
implementation "com.google.android.gms:play-services-vision:$googlePlayServicesVersion"

0 commit comments

Comments
 (0)