We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 232a4dd commit 80ff313Copy full SHA for 80ff313
android/build.gradle
@@ -41,6 +41,7 @@ repositories {
41
dependencies {
42
implementation fileTree(dir: 'libs', include: ['*.jar'])
43
implementation 'com.facebook.react:react-native:+'
44
+ implementation 'com.facebook.infer.annotation:infer-annotation:+'
45
implementation "com.android.support:support-annotations:${safeExtGet('supportLibVersion', DEFAULT_SUPPORT_LIB_VERSION)}"
46
implementation "com.android.support:customtabs:${safeExtGet('supportLibVersion', DEFAULT_SUPPORT_LIB_VERSION)}"
47
implementation 'org.greenrobot:eventbus:3.+'
0 commit comments