mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-10 04:37:25 +01:00
Fix R8 version configuration not working (#916)
This reverts commit f3226fb278
.
This commit is contained in:
parent
f3226fb278
commit
4182ae89a0
@ -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)
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user