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