Merge pull request #5272 from element-hq/feature/bma/iterateOnBuildChain
Iterate on build chain
This commit is contained in:
commit
b2d4985205
7 changed files with 4 additions and 2 deletions
|
|
@ -103,7 +103,8 @@ android {
|
|||
}
|
||||
|
||||
val baseAppName = BuildTimeConfig.APPLICATION_NAME
|
||||
logger.warnInBox("Building ${defaultConfig.applicationId} ($baseAppName)")
|
||||
val buildType = if (isEnterpriseBuild) "Enterprise" else "FOSS"
|
||||
logger.warnInBox("Building ${defaultConfig.applicationId} ($baseAppName) [$buildType]")
|
||||
|
||||
buildTypes {
|
||||
val oidcRedirectSchemeBase = BuildTimeConfig.METADATA_HOST_REVERSED ?: "io.element.android"
|
||||
|
|
@ -260,6 +261,7 @@ dependencies {
|
|||
allEnterpriseImpl(project)
|
||||
implementation(projects.appicon.enterprise)
|
||||
} else {
|
||||
implementation(projects.features.enterprise.implFoss)
|
||||
implementation(projects.appicon.element)
|
||||
}
|
||||
allFeaturesImpl(project)
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 76e10f6fa4db4196df245a3d29131a95d9e60a4d
|
||||
Subproject commit 9c78fd98e895ca8bf92ffc6604111155c8759cc0
|
||||
Loading…
Add table
Add a link
Reference in a new issue