Skip to content

Commit 80ff313

Browse files
author
Artem Emelyanov
committed
add com.facebook.infer.annotation to dependecies, fix build error
1 parent 232a4dd commit 80ff313

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ repositories {
4141
dependencies {
4242
implementation fileTree(dir: 'libs', include: ['*.jar'])
4343
implementation 'com.facebook.react:react-native:+'
44+
implementation 'com.facebook.infer.annotation:infer-annotation:+'
4445
implementation "com.android.support:support-annotations:${safeExtGet('supportLibVersion', DEFAULT_SUPPORT_LIB_VERSION)}"
4546
implementation "com.android.support:customtabs:${safeExtGet('supportLibVersion', DEFAULT_SUPPORT_LIB_VERSION)}"
4647
implementation 'org.greenrobot:eventbus:3.+'

0 commit comments

Comments
 (0)