1
0
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:
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