Improve log to see the build type.
This commit is contained in:
parent
27e09966a7
commit
63fa915dd9
1 changed files with 2 additions and 1 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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue