Skip to content

Commit 01a29f6

Browse files
committed
Version++
1 parent 8ac48b9 commit 01a29f6

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.6\""
34+
buildConfigField "String", "SDK_VERSION", "\"1.3.7\""
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
@@ -15,7 +15,7 @@ kapt {
1515
// Note: 2 digits max for each value
1616
ext.versionMajor = 1
1717
ext.versionMinor = 3
18-
ext.versionPatch = 6
18+
ext.versionPatch = 7
1919

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

0 commit comments

Comments
 (0)