mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-14 06:15:54 -05:00
Merge pull request #14504 from Simonx22/android/agp-r8-bug
Android: Pin R8 9.1.34 to fix release minify crash
This commit is contained in:
@@ -1,4 +1,19 @@
|
||||
pluginManagement {
|
||||
buildscript {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven {
|
||||
url = uri("https://storage.googleapis.com/r8-releases/raw")
|
||||
}
|
||||
}
|
||||
dependencies {
|
||||
// Temporary override for AGP-bundled R8 crash in release minification.
|
||||
// https://issuetracker.google.com/issues/495458806
|
||||
// TODO: Re-test without this override when upgrading AGP and remove if fixed upstream.
|
||||
classpath("com.android.tools:r8:9.1.34")
|
||||
}
|
||||
}
|
||||
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
google()
|
||||
|
||||
Reference in New Issue
Block a user