File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
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.4.36 \" "
63
+ buildConfigField " String" , " SDK_VERSION" , " \" 1.5.0 \" "
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 @@ -32,11 +32,11 @@ knit {
32
32
33
33
// Note: 2 digits max for each value
34
34
ext. versionMajor = 1
35
- ext. versionMinor = 4
35
+ 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 = 36
39
+ ext. versionPatch = 0
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