Skip to content

Commit f809142

Browse files
committed
Add missing appcompat dependency
Change-Id: I6192623d21986962c17204720fa1a1778b773b56
1 parent 13f1f8d commit f809142

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

feature/settings/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ android {
2727
}
2828

2929
dependencies {
30+
implementation(libs.androidx.appcompat)
3031
implementation(libs.google.oss.licenses) {
3132
exclude(group = "androidx.appcompat")
3233
}

0 commit comments

Comments
 (0)