mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix(deps): Update R8 to fix NoSuchMethodError
crash
This commit is contained in:
parent
cec2700706
commit
740ce23d47
1 changed files with 10 additions and 0 deletions
|
@ -11,6 +11,16 @@ pluginManagement {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// https://issuetracker.google.com/344363457
|
||||||
|
// FIXME: Remove when AGP's bundled R8 is updated
|
||||||
|
buildscript {
|
||||||
|
repositories {
|
||||||
|
maven("https://storage.googleapis.com/r8-releases/raw")
|
||||||
|
}
|
||||||
|
dependencies {
|
||||||
|
classpath("com.android.tools:r8:8.5.21")
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencyResolutionManagement {
|
dependencyResolutionManagement {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue