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 90eee33 commit 79d5631Copy full SHA for 79d5631
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.5\""
+ buildConfigField "String", "SDK_VERSION", "\"1.3.6\""
35
36
buildConfigField "String", "GIT_SDK_REVISION", "\"${gitRevision()}\""
37
resValue "string", "git_sdk_revision", "\"${gitRevision()}\""
vector/build.gradle
@@ -14,7 +14,7 @@ kapt {
14
// Note: 2 digits max for each value
15
ext.versionMajor = 1
16
ext.versionMinor = 3
17
-ext.versionPatch = 5
+ext.versionPatch = 6
18
19
static def getGitTimestamp() {
20
def cmd = 'git show -s --format=%ct'
0 commit comments