File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ android {
62
62
// that the app's state is completely cleared between tests.
63
63
testInstrumentationRunnerArguments clearPackageData : ' true'
64
64
65
- buildConfigField " String" , " SDK_VERSION" , " \" 1.6.32 \" "
65
+ buildConfigField " String" , " SDK_VERSION" , " \" 1.6.34 \" "
66
66
67
67
buildConfigField " String" , " GIT_SDK_REVISION" , " \" ${ gitRevision()} \" "
68
68
buildConfigField " String" , " GIT_SDK_REVISION_UNIX_DATE" , " \" ${ gitRevisionUnixDate()} \" "
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ ext.versionMinor = 6
37
37
// Note: even values are reserved for regular release, odd values for hotfix release.
38
38
// When creating a hotfix, you should decrease the value, since the current value
39
39
// is the value for the next regular release.
40
- ext. versionPatch = 32
40
+ ext. versionPatch = 34
41
41
42
42
static def getGitTimestamp () {
43
43
def cmd = ' git show -s --format=%ct'
You can’t perform that action at this time.
0 commit comments