mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-22 15:50:51 +01:00
including appcompat (instead of the support library) to fix colorPrimary attribute compiliation issues
This commit is contained in:
parent
739a513f89
commit
2168362a8b
4
library/external/dialpad/build.gradle
vendored
4
library/external/dialpad/build.gradle
vendored
@ -19,6 +19,10 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation libs.androidx.appCompat
|
||||
}
|
||||
|
||||
afterEvaluate {
|
||||
tasks.findAll { it.name.startsWith("lint") }.each {
|
||||
it.enabled = false
|
||||
|
Loading…
Reference in New Issue
Block a user