Skip to content

Commit 79d5631

Browse files
committed
Version++
1 parent 90eee33 commit 79d5631

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
@@ -31,7 +31,7 @@ android {
3131
// that the app's state is completely cleared between tests.
3232
testInstrumentationRunnerArguments clearPackageData: 'true'
3333

34-
buildConfigField "String", "SDK_VERSION", "\"1.3.5\""
34+
buildConfigField "String", "SDK_VERSION", "\"1.3.6\""
3535

3636
buildConfigField "String", "GIT_SDK_REVISION", "\"${gitRevision()}\""
3737
resValue "string", "git_sdk_revision", "\"${gitRevision()}\""

vector/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ kapt {
1414
// Note: 2 digits max for each value
1515
ext.versionMajor = 1
1616
ext.versionMinor = 3
17-
ext.versionPatch = 5
17+
ext.versionPatch = 6
1818

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

0 commit comments

Comments
 (0)