Release 0.3.0

This commit is contained in:
len
2016-10-16 21:00:40 +02:00
parent b6011d4cf5
commit ee2aae7e3a
2 changed files with 28 additions and 2 deletions

View File

@@ -42,8 +42,8 @@ android {
minSdkVersion 16
targetSdkVersion 24
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
versionCode 10
versionName "0.2.3"
versionCode 11
versionName "0.3.0"
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""