Updated versionCode & versionName
This commit is contained in:
parent
6f7e97ac09
commit
d080a5e944
2 changed files with 4 additions and 3 deletions
|
@ -15,8 +15,8 @@ android {
|
|||
vectorDrawables.useSupportLibrary = true
|
||||
|
||||
applicationId "code.name.monkey.retromusic"
|
||||
versionCode 10543
|
||||
versionName '5.4.0 ' + "_" + getDate()
|
||||
versionCode 10544
|
||||
versionName '5.4.1 ' + "_" + getDate()
|
||||
|
||||
buildConfigField("String", "GOOGLE_PLAY_LICENSING_KEY", "\"${getProperty(getProperties('../public.properties'), 'GOOGLE_PLAY_LICENSE_KEY')}\"")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue