We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f6265b commit 5e17057Copy full SHA for 5e17057
build.gradle.kts
@@ -68,6 +68,7 @@ fun isNonStable(candidate: ModuleComponentIdentifier): Boolean {
68
fun isBlockListed(candidate: ModuleComponentIdentifier): Boolean {
69
return listOf(
70
"androidx.browser:browser",
71
+ "androidx.webkit:webkit",
72
"com.facebook.android",
73
"com.google.guava",
74
"com.github.bumptech.glide",
0 commit comments