Skip to content

Commit 5e17057

Browse files
committed
chore: reject webkit dependency updates
1 parent 2f6265b commit 5e17057

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ fun isNonStable(candidate: ModuleComponentIdentifier): Boolean {
6868
fun isBlockListed(candidate: ModuleComponentIdentifier): Boolean {
6969
return listOf(
7070
"androidx.browser:browser",
71+
"androidx.webkit:webkit",
7172
"com.facebook.android",
7273
"com.google.guava",
7374
"com.github.bumptech.glide",

0 commit comments

Comments
 (0)