Skip to content

Commit 3a387c5

Browse files
committed
version++
1 parent 1d9cb79 commit 3a387c5

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.2\""
34+
buildConfigField "String", "SDK_VERSION", "\"1.3.3\""
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 = 2
17+
ext.versionPatch = 3
1818

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

0 commit comments

Comments
 (0)