File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change
1
+ Main changes in this version: Various bug fixes and stability improvements.
2
+ Full changelog: https://github.com/vector-im/element-android/releases
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ android {
56
56
// that the app's state is completely cleared between tests.
57
57
testInstrumentationRunnerArguments clearPackageData : ' true'
58
58
59
- buildConfigField " String" , " SDK_VERSION" , " \" 1.4.24 \" "
59
+ buildConfigField " String" , " SDK_VERSION" , " \" 1.4.25 \" "
60
60
61
61
buildConfigField " String" , " GIT_SDK_REVISION" , " \" ${ gitRevision()} \" "
62
62
buildConfigField " String" , " GIT_SDK_REVISION_UNIX_DATE" , " \" ${ gitRevisionUnixDate()} \" "
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ ext.versionMinor = 4
31
31
// Note: even values are reserved for regular release, odd values for hotfix release.
32
32
// When creating a hotfix, you should decrease the value, since the current value
33
33
// is the value for the next regular release.
34
- ext. versionPatch = 24
34
+ ext. versionPatch = 25
35
35
36
36
static def getGitTimestamp () {
37
37
def cmd = ' git show -s --format=%ct'
You can’t perform that action at this time.
0 commit comments