diff --git a/settings.gradle.kts b/settings.gradle.kts index 76b88ed6e..b1a2a2dd5 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -13,16 +13,6 @@ pluginManagement { mavenCentral() maven(url = "https://www.jitpack.io") } - // https://issuetracker.google.com/344363457 - // TODO: Remove when AGP's bundled R8 is updated - buildscript { - repositories { - maven("https://storage.googleapis.com/r8-releases/raw") - } - dependencies { - classpath("com.android.tools:r8:8.5.21") - } - } } dependencyResolutionManagement {