Skip to content

Commit

Permalink
including appcompat (instead of the support library) to fix colorPrim…
Browse files Browse the repository at this point in the history
…ary attribute compiliation issues
  • Loading branch information
ouchadam committed Sep 20, 2022
1 parent 739a513 commit 2168362
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions library/external/dialpad/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ android {
}
}

dependencies {
implementation libs.androidx.appCompat
}

afterEvaluate {
tasks.findAll { it.name.startsWith("lint") }.each {
it.enabled = false
Expand Down

0 comments on commit 2168362

Please sign in to comment.