Skip to content

Commit 134992c

Browse files
committed
Setting version for the release 1.6.0
1 parent e2afa0c commit 134992c

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
@@ -63,7 +63,7 @@ android {
6363
// that the app's state is completely cleared between tests.
6464
testInstrumentationRunnerArguments clearPackageData: 'true'
6565

66-
buildConfigField "String", "SDK_VERSION", "\"1.5.34\""
66+
buildConfigField "String", "SDK_VERSION", "\"1.6.0\""
6767

6868
buildConfigField "String", "GIT_SDK_REVISION", "\"${gitRevision()}\""
6969
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
@@ -33,11 +33,11 @@ knit {
3333

3434
// Note: 2 digits max for each value
3535
ext.versionMajor = 1
36-
ext.versionMinor = 5
36+
ext.versionMinor = 6
3737
// Note: even values are reserved for regular release, odd values for hotfix release.
3838
// When creating a hotfix, you should decrease the value, since the current value
3939
// is the value for the next regular release.
40-
ext.versionPatch = 34
40+
ext.versionPatch = 0
4141

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

0 commit comments

Comments
 (0)