including appcompat (instead of the support library) to fix colorPrimary attribute compiliation issues

This commit is contained in:
Adam Brown 2022-09-20 10:06:16 +01:00
parent 739a513f89
commit 2168362a8b

View file

@ -19,6 +19,10 @@ android {
}
}
dependencies {
implementation libs.androidx.appCompat
}
afterEvaluate {
tasks.findAll { it.name.startsWith("lint") }.each {
it.enabled = false