Improve log to see the build type.
This commit is contained in:
parent
8574d5cfe8
commit
0d4c578108
1 changed files with 2 additions and 1 deletions
|
|
@ -103,7 +103,8 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
val baseAppName = BuildTimeConfig.APPLICATION_NAME
|
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 {
|
buildTypes {
|
||||||
val oidcRedirectSchemeBase = BuildTimeConfig.METADATA_HOST_REVERSED ?: "io.element.android"
|
val oidcRedirectSchemeBase = BuildTimeConfig.METADATA_HOST_REVERSED ?: "io.element.android"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue