mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
Use R8 4.0.47
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user