Remove obsolete workaround (#1021)

This commit is contained in:
FooIbar 2024-07-24 21:09:29 +08:00 committed by GitHub
parent ca784cbe32
commit 51b68cd25f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,16 +13,6 @@ 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 {