Skip to content

Commit e37344a

Browse files
committed
Version++
1 parent 5d03531 commit e37344a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.4.36\""
63+
buildConfigField "String", "SDK_VERSION", "\"1.5.0\""
6464

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

vector-app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ knit {
3232

3333
// Note: 2 digits max for each value
3434
ext.versionMajor = 1
35-
ext.versionMinor = 4
35+
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 = 36
39+
ext.versionPatch = 0
4040

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

0 commit comments

Comments
 (0)