Extract compound tokens and theming to compound-android library (#1888)
* Replace tokens & icons with the external Compound ones --------- Co-authored-by: ElementBot <benoitm+elementbot@element.io>
This commit is contained in:
committed by
GitHub
parent
8fc2bf391f
commit
a8b85fb4e6
@@ -79,3 +79,12 @@ fun includeProjects(directory: File, path: String, maxDepth: Int = 1) {
|
||||
includeProjects(File(rootDir, "features"), ":features")
|
||||
includeProjects(File(rootDir, "libraries"), ":libraries")
|
||||
includeProjects(File(rootDir, "services"), ":services")
|
||||
|
||||
// Uncomment to include the compound-android module as a local dependency so you can work on it locally.
|
||||
// You will also need to clone it in the specified folder.
|
||||
//includeBuild("checkouts/compound-android") {
|
||||
// dependencySubstitution {
|
||||
// // substitute remote dependency with local module
|
||||
// substitute(module("io.element.android:compound-android")).using(project(":compound"))
|
||||
// }
|
||||
//}
|
||||
|
||||
Reference in New Issue
Block a user