Skip to content

Commit

Permalink
Pin Android r8 version until latest version released
Browse files Browse the repository at this point in the history
  • Loading branch information
stevesoltys committed Oct 7, 2023
1 parent 3e7f6ed commit 51972ba
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
pluginManagement {
buildscript {
repositories {
mavenCentral()
maven { url = uri("https://storage.googleapis.com/r8-releases/raw") }
}
dependencies {
// https://issuetracker.google.com/issues/227160052#comment37
classpath("com.android.tools:r8:8.2.28")
}
}

repositories {
gradlePluginPortal()
google()
Expand Down

0 comments on commit 51972ba

Please sign in to comment.