diff --git a/settings.gradle b/settings.gradle index 28a2af91ae..e14f46ec5c 100644 --- a/settings.gradle +++ b/settings.gradle @@ -2,6 +2,7 @@ pluginManagement { repositories { google() gradlePluginPortal() + maven { url "https://storage.googleapis.com/r8-releases/raw"} } resolutionStrategy { eachPlugin { @@ -11,6 +12,12 @@ pluginManagement { } } } + buildscript { + dependencies { + // https://issuetracker.google.com/issues/262661471 + classpath("com.android.tools:r8:4.0.47") + } + } } // https://docs.gradle.com/enterprise/gradle-plugin/