Add desktopApplicationName to BuildMeta.
This commit is contained in:
parent
7a5c8b8053
commit
075510c425
4 changed files with 17 additions and 11 deletions
|
|
@ -80,6 +80,8 @@ object AppModule {
|
|||
isDebuggable = BuildConfig.DEBUG,
|
||||
buildType = buildType,
|
||||
applicationName = context.getString(R.string.app_name),
|
||||
// Use the same name for desktop and mobile for now
|
||||
desktopApplicationName = context.getString(R.string.app_name),
|
||||
applicationId = BuildConfig.APPLICATION_ID,
|
||||
// TODO EAx Config.LOW_PRIVACY_LOG_ENABLE,
|
||||
lowPrivacyLoggingEnabled = false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue