Merge tag 'v1.6.48' into sc
1.6.48 Change-Id: I5131b63a253c3ba6d1d96b53a99f11263abbf462
This commit is contained in:
commit
af92bbe860
@ -1,3 +1,10 @@
|
||||
Changes in Element v1.6.48 (2025-10-15)
|
||||
=======================================
|
||||
|
||||
Other changes
|
||||
-------------
|
||||
- Change the app name to Element Classic. ([#9094](https://github.com/element-hq/element-android/issues/9094))
|
||||
|
||||
Changes in Element v1.6.46 (2025-09-22)
|
||||
=======================================
|
||||
|
||||
|
||||
2
fastlane/metadata/android/en-US/changelogs/40106480.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/40106480.txt
Normal file
@ -0,0 +1,2 @@
|
||||
Main changes in this version: change app name.
|
||||
Full changelog: https://github.com/element-hq/element-android/releases
|
||||
@ -62,7 +62,7 @@ android {
|
||||
// that the app's state is completely cleared between tests.
|
||||
testInstrumentationRunnerArguments clearPackageData: 'true'
|
||||
|
||||
buildConfigField "String", "SDK_VERSION", "\"1.6.46\""
|
||||
buildConfigField "String", "SDK_VERSION", "\"1.6.48\""
|
||||
|
||||
buildConfigField "String", "GIT_SDK_REVISION", "\"${gitRevision()}\""
|
||||
buildConfigField "String", "GIT_SDK_REVISION_UNIX_DATE", "\"${gitRevisionUnixDate()}\""
|
||||
|
||||
@ -37,7 +37,7 @@ ext.versionMinor = 6
|
||||
// Note: even values are reserved for regular release, odd values for hotfix release.
|
||||
// When creating a hotfix, you should decrease the value, since the current value
|
||||
// is the value for the next regular release.
|
||||
ext.versionPatch = 46
|
||||
ext.versionPatch = 48
|
||||
|
||||
ext.scVersion = 89
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user