Use R8 4.0.47

This commit is contained in:
Goooler
2022-12-16 18:26:21 +08:00
parent 0dad2fca23
commit 235e22f36f

View File

@@ -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/