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.
2 parents b57d8e7 + 4e419ee commit 7c0547bCopy full SHA for 7c0547b
changelog.d/9094.misc
vector-app/build.gradle
@@ -247,15 +247,15 @@ android {
247
debug {
248
applicationIdSuffix ".debug"
249
signingConfig signingConfigs.debug
250
- resValue "string", "app_name", "Element - dbg"
+ resValue "string", "app_name", "Element Classic - dbg"
251
252
if (project.hasProperty("coverage")) {
253
testCoverageEnabled = project.coverage == "true"
254
}
255
256
257
release {
258
- resValue "string", "app_name", "Element"
+ resValue "string", "app_name", "Element Classic"
259
postprocessing {
260
// FIXME Set to true.
261
removeUnusedCode false
0 commit comments