mirror of
https://github.com/vector-im/riotX-android
synced 2025-10-06 00:02:48 +02:00
including appcompat (instead of the support library) to fix colorPrimary attribute compiliation issues
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user