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 {
6060 // that the app's state is completely cleared between tests.
6161 testInstrumentationRunnerArguments clearPackageData : ' true'
6262
63- buildConfigField " String" , " SDK_VERSION" , " \" 1.4.28 \" "
63+ buildConfigField " String" , " SDK_VERSION" , " \" 1.4.30 \" "
6464
6565 buildConfigField " String" , " GIT_SDK_REVISION" , " \" ${ gitRevision()} \" "
6666 buildConfigField " String" , " GIT_SDK_REVISION_UNIX_DATE" , " \" ${ gitRevisionUnixDate()} \" "
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ ext.versionMinor = 4
3535// Note: even values are reserved for regular release, odd values for hotfix release.
3636// When creating a hotfix, you should decrease the value, since the current value
3737// is the value for the next regular release.
38- ext. versionPatch = 28
38+ ext. versionPatch = 30
3939
4040static def getGitTimestamp () {
4141 def cmd = ' git show -s --format=%ct'
You can’t perform that action at this time.
0 commit comments