Release 0.2.1

This commit is contained in:
len
2016-04-27 14:06:45 +02:00
parent 5d396bfb7c
commit e2ecf0ce5f
2 changed files with 3 additions and 3 deletions

View File

@ -38,8 +38,8 @@ android {
minSdkVersion 16
targetSdkVersion 23
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
versionCode project.getProperties().get("versionCode")?.toInteger() ?: 6
versionName "0.2.0"
versionCode project.getProperties().get("versionCode")?.toInteger() ?: 7
versionName "0.2.1"
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""