Skip to content

Commit 13f1f8d

Browse files
committed
Exclude transient appcompat dependency
Change-Id: Ifdd7e34192c5db8598c42f67088ac292b38ee3e2
1 parent c7c2bb0 commit 13f1f8d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

feature/settings/build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,7 @@ android {
2727
}
2828

2929
dependencies {
30-
implementation(libs.google.oss.licenses)
30+
implementation(libs.google.oss.licenses) {
31+
exclude(group = "androidx.appcompat")
32+
}
3133
}

0 commit comments

Comments
 (0)