From bb7541ee3df22e09786bf077de69f8930c43bda0 Mon Sep 17 00:00:00 2001 From: Andrei Shikov Date: Tue, 11 May 2021 09:42:02 -0700 Subject: [PATCH] Use trovej dependency from Maven Central Summary: JetBrains [republished](https://youtrack.jetbrains.com/issue/IDEA-261387) trovej to Maven Central, so we can now use that dependency instead Changelog: [Internal] Reviewed By: fkgozali Differential Revision: D28355119 fbshipit-source-id: 9dd35b946bf9a09b06d831159be72fa9e5e94837 --- build.gradle.kts | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index abb4545d012..582eb4c4892 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -40,7 +40,6 @@ allprojects { mavenCentral() jcenter { content { - includeModule("org.jetbrains.trove4j", "trove4j") includeModule("com.facebook.yoga", "proguard-annotations") includeModule("com.facebook.fbjni", "fbjni-java-only") includeModule("com.facebook.fresco", "stetho")