Skip to content

Commit

Permalink
Update R8 to fix NoSuchMethodError crash (mihonapp/mihon#914)
Browse files Browse the repository at this point in the history
(cherry picked from commit f3226fb)

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

This reverts commit f3226fb.

(cherry picked from commit 4182ae8)
  • Loading branch information
FooIbar authored and cuong-tran committed Jun 17, 2024
1 parent cd7bc88 commit cb173d5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit cb173d5

Please sign in to comment.