fix(deps): Update R8 to fix NoSuchMethodError crash

This commit is contained in:
FooIbar 2024-06-28 09:07:00 +07:00 committed by Ahmad Ansori Palembani
parent cec2700706
commit 740ce23d47
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

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