Move application icon to their own module, to be able to have another icon for Element Enterprise
This commit is contained in:
parent
3fb0c065d3
commit
8d1a212bfd
35 changed files with 32 additions and 2 deletions
|
|
@ -241,6 +241,9 @@ dependencies {
|
|||
allServicesImpl()
|
||||
if (isEnterpriseBuild) {
|
||||
allEnterpriseImpl(rootDir, logger)
|
||||
// TODO implementation(projects.appicon.enterprise)
|
||||
} else {
|
||||
implementation(projects.appicon.element)
|
||||
}
|
||||
allFeaturesImpl(rootDir, logger)
|
||||
implementation(projects.features.migration.api)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue