Skip to content

Commit

Permalink
Pin Android r8 version until we're on AGP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stevesoltys committed Oct 7, 2023
1 parent 3e7f6ed commit fd0ebba
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
pluginManagement {
buildscript {
repositories {
mavenCentral()
maven { url = uri("https://storage.googleapis.com/r8-releases/raw") }
}
dependencies {
// https://issuetracker.google.com/issues/227160052#comment37
// This can be removed when we switch to Android Gradle plugin 8.2.
classpath("com.android.tools:r8:8.2.28")
}
}

repositories {
gradlePluginPortal()
google()
Expand Down

0 comments on commit fd0ebba

Please sign in to comment.