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 @@ -63,7 +63,7 @@ android {
63
63
// that the app's state is completely cleared between tests.
64
64
testInstrumentationRunnerArguments clearPackageData : ' true'
65
65
66
- buildConfigField " String" , " SDK_VERSION" , " \" 1.5.34 \" "
66
+ buildConfigField " String" , " SDK_VERSION" , " \" 1.6.0 \" "
67
67
68
68
buildConfigField " String" , " GIT_SDK_REVISION" , " \" ${ gitRevision()} \" "
69
69
buildConfigField " String" , " GIT_SDK_REVISION_UNIX_DATE" , " \" ${ gitRevisionUnixDate()} \" "
Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ knit {
33
33
34
34
// Note: 2 digits max for each value
35
35
ext. versionMajor = 1
36
- ext. versionMinor = 5
36
+ 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 = 34
40
+ ext. versionPatch = 0
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