Skip to content

Commit 38ca3b6

Browse files
committed
Version++
1 parent 6e9bc78 commit 38ca3b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

matrix-sdk-android/build.gradle

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

63-
buildConfigField "String", "SDK_VERSION", "\"1.5.2\""
63+
buildConfigField "String", "SDK_VERSION", "\"1.5.4\""
6464

6565
buildConfigField "String", "GIT_SDK_REVISION", "\"${gitRevision()}\""
6666
buildConfigField "String", "GIT_SDK_REVISION_UNIX_DATE", "\"${gitRevisionUnixDate()}\""

vector-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ext.versionMinor = 5
3636
// Note: even values are reserved for regular release, odd values for hotfix release.
3737
// When creating a hotfix, you should decrease the value, since the current value
3838
// is the value for the next regular release.
39-
ext.versionPatch = 2
39+
ext.versionPatch = 4
4040

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

0 commit comments

Comments
 (0)