Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1576 from react-native-community/revert-1559-master
Browse files Browse the repository at this point in the history
Revert "Fix runtime error missing facebook infer annotation"
  • Loading branch information
sibelius committed May 21, 2018
2 parents 351e0bb + ad840b3 commit 081484c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
def supportLibVersion = rootProject.hasProperty('supportLibVersion') ? rootProject.supportLibVersion : DEFAULT_SUPPORT_LIBRARY_VERSION

compileOnly 'com.facebook.react:react-native:+'
implementation 'com.facebook.infer.annotation:infer-annotation:+'
compileOnly '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"
Expand Down

0 comments on commit 081484c

Please sign in to comment.