Skip to content

Commit

Permalink
Fix R8 version configuration not working (mihonapp#916)
Browse files Browse the repository at this point in the history
This reverts commit f3226fb.
  • Loading branch information
FooIbar authored Jun 16, 2024
1 parent f3226fb commit 4182ae8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
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 {
classpath("com.android.tools:r8:8.5.21")
classpath(libs.android.shortcut.gradle)
classpath(libs.google.services.gradle)
classpath(libs.aboutLibraries.gradle)
Expand Down
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 4182ae8

Please sign in to comment.