Update R8 to fix NoSuchMethodError crash (mihonapp/mihon#914)

(cherry picked from commit f3226fb278cab87422255e04e647c50095b61529)

Fix R8 version configuration not working (mihonapp/mihon#916)

This reverts commit f3226fb278cab87422255e04e647c50095b61529.

(cherry picked from commit 4182ae89a036525c5575961a68371df249ce384f)
This commit is contained in:
FooIbar 2024-06-17 06:53:02 +08:00 committed by Cuong M. Tran
parent cd7bc8860e
commit cb173d590f
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2

View file

@ -13,6 +13,16 @@ pluginManagement {
mavenCentral()
maven(url = "https://www.jitpack.io")
}
// https://issuetracker.google.com/344363457
// TODO: 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 {