Skip to content

Commit

Permalink
add com.facebook.infer.annotation to dependecies, fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Emelyanov committed Feb 5, 2019
1 parent 232a4dd commit 80ff313
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ repositories {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.facebook.react:react-native:+'
implementation 'com.facebook.infer.annotation:infer-annotation:+'
implementation "com.android.support:support-annotations:${safeExtGet('supportLibVersion', DEFAULT_SUPPORT_LIB_VERSION)}"
implementation "com.android.support:customtabs:${safeExtGet('supportLibVersion', DEFAULT_SUPPORT_LIB_VERSION)}"
implementation 'org.greenrobot:eventbus:3.+'
Expand Down

0 comments on commit 80ff313

Please sign in to comment.