diff --git a/dev/integration_tests/android_views/android/build.gradle b/dev/integration_tests/android_views/android/build.gradle index 22e1e4953ac..846852223c2 100644 --- a/dev/integration_tests/android_views/android/build.gradle +++ b/dev/integration_tests/android_views/android/build.gradle @@ -6,12 +6,6 @@ buildscript { repositories { google() mavenCentral() - // TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338 - jcenter { - content { - includeModule("org.jetbrains.trove4j", "trove4j") - } - } } dependencies { @@ -23,12 +17,6 @@ allprojects { repositories { google() mavenCentral() - // TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338 - jcenter { - content { - includeModule("org.jetbrains.trove4j", "trove4j") - } - } } }