From f6b143135ccfc8c39d710a7f59f1a29d3f915b65 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Thu, 19 Jul 2018 08:46:20 -0700 Subject: [PATCH] Remove `third-party` from dependencies Summary: :third-party doesn't actually export anything. So we don't need to explicitly depend on it as it messes with the POM generation otherwise. Reviewed By: jknoxville Differential Revision: D8913636 fbshipit-source-id: d0da6ed4c47e8d6b7986ec9f12960c9323ad1640 --- android/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 9bf0fe1e0..0e2105588 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -50,7 +50,6 @@ android { dependencies { compileOnly deps.lithoAnnotations implementation project(':fbjni') - implementation project(':third-party') implementation deps.soloader implementation deps.guava implementation deps.jsr305