We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27e0996 commit 63fa915Copy full SHA for 63fa915
app/build.gradle.kts
@@ -103,7 +103,8 @@ android {
103
}
104
105
val baseAppName = BuildTimeConfig.APPLICATION_NAME
106
- logger.warnInBox("Building ${defaultConfig.applicationId} ($baseAppName)")
+ val buildType = if (isEnterpriseBuild) "Enterprise" else "FOSS"
107
+ logger.warnInBox("Building ${defaultConfig.applicationId} ($baseAppName) [$buildType]")
108
109
buildTypes {
110
val oidcRedirectSchemeBase = BuildTimeConfig.METADATA_HOST_REVERSED ?: "io.element.android"
0 commit comments