Update R8 to fix NoSuchMethodError
crash (#914)
(cherry picked from commit f3226fb278cab87422255e04e647c50095b61529) # Conflicts: # build.gradle.kts
This commit is contained in:
parent
69d1db3018
commit
78f7fba67b
@ -1,5 +1,11 @@
|
|||||||
buildscript {
|
buildscript {
|
||||||
|
// https://issuetracker.google.com/344363457
|
||||||
|
// TODO: Remove when AGP's bundled R8 is updated
|
||||||
|
repositories {
|
||||||
|
maven("https://storage.googleapis.com/r8-releases/raw")
|
||||||
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
|
classpath("com.android.tools:r8:8.5.21")
|
||||||
// classpath(libs.android.shortcut.gradle)
|
// classpath(libs.android.shortcut.gradle)
|
||||||
classpath(libs.google.services.gradle)
|
classpath(libs.google.services.gradle)
|
||||||
classpath(libs.aboutLibraries.gradle)
|
classpath(libs.aboutLibraries.gradle)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user