We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ac48b9 commit 01a29f6Copy full SHA for 01a29f6
matrix-sdk-android/build.gradle
@@ -31,7 +31,7 @@ android {
31
// that the app's state is completely cleared between tests.
32
testInstrumentationRunnerArguments clearPackageData: 'true'
33
34
- buildConfigField "String", "SDK_VERSION", "\"1.3.6\""
+ buildConfigField "String", "SDK_VERSION", "\"1.3.7\""
35
36
buildConfigField "String", "GIT_SDK_REVISION", "\"${gitRevision()}\""
37
resValue "string", "git_sdk_revision", "\"${gitRevision()}\""
vector/build.gradle
@@ -15,7 +15,7 @@ kapt {
15
// Note: 2 digits max for each value
16
ext.versionMajor = 1
17
ext.versionMinor = 3
18
-ext.versionPatch = 6
+ext.versionPatch = 7
19
20
static def getGitTimestamp() {
21
def cmd = 'git show -s --format=%ct'
0 commit comments