diff --git a/android/plugins/fresco/build.gradle b/android/plugins/fresco/build.gradle index 7a4ccedce..366779664 100644 --- a/android/plugins/fresco/build.gradle +++ b/android/plugins/fresco/build.gradle @@ -23,7 +23,6 @@ android { compileOnly deps.jsr305 api deps.boltsTasks - api deps.boltsApplinks // Exclude the actual stetho dep as we only want some of the fresco APIs here implementation(deps.frescoStetho) { diff --git a/build.gradle b/build.gradle index daa8d1e6e..1eb565704 100644 --- a/build.gradle +++ b/build.gradle @@ -70,7 +70,6 @@ ext.deps = [ fbjni : 'com.facebook.fbjni:fbjni:0.2.2', screenshot : 'com.facebook.testing.screenshot:core:0.14.0', boltsTasks : 'com.parse.bolts:bolts-tasks:1.4.0', - boltsApplinks : 'com.parse.bolts:bolts-applinks:1.4.0', // Annotations jsr305 : 'com.google.code.findbugs:jsr305:3.0.2', inferAnnotations : 'com.facebook.infer.annotation:infer-annotation:0.18.0',