mirror of
https://github.com/element-hq/element-android
synced 2024-11-27 03:48:12 +03:00
updating version for next development cycle
- also fixes wrong version in changes doc
This commit is contained in:
parent
dff0f9d1bc
commit
0aacde9d9d
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
Changes in Element v1.4.23 (2022-06-21)
|
||||
Changes in Element v1.4.24 (2022-06-21)
|
||||
=======================================
|
||||
|
||||
Bugfixes 🐛
|
||||
|
|
|
@ -60,7 +60,7 @@ android {
|
|||
// that the app's state is completely cleared between tests.
|
||||
testInstrumentationRunnerArguments clearPackageData: 'true'
|
||||
|
||||
buildConfigField "String", "SDK_VERSION", "\"1.4.24\""
|
||||
buildConfigField "String", "SDK_VERSION", "\"1.4.26\""
|
||||
|
||||
buildConfigField "String", "GIT_SDK_REVISION", "\"${gitRevision()}\""
|
||||
buildConfigField "String", "GIT_SDK_REVISION_UNIX_DATE", "\"${gitRevisionUnixDate()}\""
|
||||
|
|
|
@ -35,7 +35,7 @@ ext.versionMinor = 4
|
|||
// 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 = 24
|
||||
ext.versionPatch = 26
|
||||
|
||||
static def getGitTimestamp() {
|
||||
def cmd = 'git show -s --format=%ct'
|
||||
|
|
Loading…
Reference in a new issue