Skip to content

Commit 9596925

Browse files
committed
Prepare hotfix 1.4.25
1 parent c9a28c1 commit 9596925

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Main changes in this version: Various bug fixes and stability improvements.
2+
Full changelog: https://github.com/vector-im/element-android/releases

matrix-sdk-android/build.gradle

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

59-
buildConfigField "String", "SDK_VERSION", "\"1.4.24\""
59+
buildConfigField "String", "SDK_VERSION", "\"1.4.25\""
6060

6161
buildConfigField "String", "GIT_SDK_REVISION", "\"${gitRevision()}\""
6262
buildConfigField "String", "GIT_SDK_REVISION_UNIX_DATE", "\"${gitRevisionUnixDate()}\""

vector/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ext.versionMinor = 4
3131
// Note: even values are reserved for regular release, odd values for hotfix release.
3232
// When creating a hotfix, you should decrease the value, since the current value
3333
// is the value for the next regular release.
34-
ext.versionPatch = 24
34+
ext.versionPatch = 25
3535

3636
static def getGitTimestamp() {
3737
def cmd = 'git show -s --format=%ct'

0 commit comments

Comments
 (0)