Updated versionCode & versionName
parent
1df50491fc
commit
996506c44a
|
@ -15,8 +15,8 @@ android {
|
|||
vectorDrawables.useSupportLibrary = true
|
||||
|
||||
applicationId "code.name.monkey.retromusic"
|
||||
versionCode 10544
|
||||
versionName '5.4.1 ' + "_" + getDate()
|
||||
versionCode 10545
|
||||
versionName '5.4.2 ' + "_" + getDate()
|
||||
|
||||
buildConfigField("String", "GOOGLE_PLAY_LICENSING_KEY", "\"${getProperty(getProperties('../public.properties'), 'GOOGLE_PLAY_LICENSE_KEY')}\"")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue