mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Auto number of latest release, shorter versionCode (#280)
This commit is contained in:
parent
270cacb1d7
commit
2e6fc70353
3 changed files with 3 additions and 3 deletions
|
@ -38,7 +38,7 @@ android {
|
|||
minSdkVersion 16
|
||||
targetSdkVersion 23
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
versionCode project.getProperties().get("versionCode")?.toInteger() ?: 7
|
||||
versionCode project.findProperty('versionCode')?.toInteger() ?: 7
|
||||
versionName "0.2.1"
|
||||
|
||||
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue