File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 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+
18Changes in Element v1.6.46 (2025-09-22)
29=======================================
310
Original file line number Diff line number Diff line change 1+ Main changes in this version: change app name.
2+ Full changelog: https://github.com/element-hq/element-android/releases
Original file line number Diff line number Diff 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()} \" "
Original file line number Diff line number Diff 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
4242static 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
You can’t perform that action at this time.
0 commit comments