Remove obsolete workaround (#1021)
(cherry picked from commit 51b68cd25ff4bf556de88cb31525c55dd7eb7027)
This commit is contained in:
parent
cebd8fe0a8
commit
a730ca5444
@ -13,16 +13,6 @@ pluginManagement {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven(url = "https://www.jitpack.io")
|
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 {
|
dependencyResolutionManagement {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user