Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added changelog.d/9094.misc

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Empty file?

Empty file.
4 changes: 2 additions & 2 deletions vector-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -247,15 +247,15 @@ android {
debug {
applicationIdSuffix ".debug"
signingConfig signingConfigs.debug
resValue "string", "app_name", "Element - dbg"
resValue "string", "app_name", "Element Classic - dbg"

if (project.hasProperty("coverage")) {
testCoverageEnabled = project.coverage == "true"
}
}

release {
resValue "string", "app_name", "Element"
resValue "string", "app_name", "Element Classic"
postprocessing {
// FIXME Set to true.
removeUnusedCode false
Expand Down
Loading