Skip to content

Commit 0dacb16

Browse files
committed
Merge branch 'release/1.6.48'
2 parents c967977 + 5690af1 commit 0dacb16

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Changes in Element v1.6.48 (2025-10-15)
2+
=======================================
3+
4+
Other changes
5+
-------------
6+
- Change the app name to Element Classic. ([#9094](https://github.com/element-hq/element-android/issues/9094))
7+
18
Changes in Element v1.6.46 (2025-09-22)
29
=======================================
310

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Main changes in this version: change app name.
2+
Full changelog: https://github.com/element-hq/element-android/releases

matrix-sdk-android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ android {
6262
// that the app's state is completely cleared between tests.
6363
testInstrumentationRunnerArguments clearPackageData: 'true'
6464

65-
buildConfigField "String", "SDK_VERSION", "\"1.6.46\""
65+
buildConfigField "String", "SDK_VERSION", "\"1.6.48\""
6666

6767
buildConfigField "String", "GIT_SDK_REVISION", "\"${gitRevision()}\""
6868
buildConfigField "String", "GIT_SDK_REVISION_UNIX_DATE", "\"${gitRevisionUnixDate()}\""

vector-app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ext.versionMinor = 6
3737
// Note: even values are reserved for regular release, odd values for hotfix release.
3838
// When creating a hotfix, you should decrease the value, since the current value
3939
// is the value for the next regular release.
40-
ext.versionPatch = 46
40+
ext.versionPatch = 48
4141

4242
static def getGitTimestamp() {
4343
def cmd = 'git show -s --format=%ct'
@@ -247,15 +247,15 @@ android {
247247
debug {
248248
applicationIdSuffix ".debug"
249249
signingConfig signingConfigs.debug
250-
resValue "string", "app_name", "Element - dbg"
250+
resValue "string", "app_name", "Element Classic - dbg"
251251

252252
if (project.hasProperty("coverage")) {
253253
testCoverageEnabled = project.coverage == "true"
254254
}
255255
}
256256

257257
release {
258-
resValue "string", "app_name", "Element"
258+
resValue "string", "app_name", "Element Classic"
259259
postprocessing {
260260
// FIXME Set to true.
261261
removeUnusedCode false

0 commit comments

Comments
 (0)