including appcompat (instead of the support library) to fix colorPrimary attribute compiliation issues
This commit is contained in:
parent
739a513f89
commit
2168362a8b
|
@ -19,6 +19,10 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
implementation libs.androidx.appCompat
|
||||||
|
}
|
||||||
|
|
||||||
afterEvaluate {
|
afterEvaluate {
|
||||||
tasks.findAll { it.name.startsWith("lint") }.each {
|
tasks.findAll { it.name.startsWith("lint") }.each {
|
||||||
it.enabled = false
|
it.enabled = false
|
||||||
|
|
Loading…
Reference in New Issue