Exclude transient appcompat dependency

Change-Id: Ifdd7e34192c5db8598c42f67088ac292b38ee3e2
pull/730/head
Miłosz Moczkowski 2 years ago
parent c7c2bb04aa
commit 13f1f8d096

@ -27,5 +27,7 @@ android {
}
dependencies {
implementation(libs.google.oss.licenses)
implementation(libs.google.oss.licenses) {
exclude(group = "androidx.appcompat")
}
}

Loading…
Cancel
Save