Updated version code and version name

main
Prathamesh More 2021-11-23 10:57:03 +05:30
parent b2970a6185
commit ad81ceb592
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ android {
vectorDrawables.useSupportLibrary = true
applicationId "code.name.monkey.retromusic"
versionCode 10537
versionName '5.2.1 ' + "_" + getDate()
versionCode 10543
versionName '5.4.0 ' + "_" + getDate()
buildConfigField("String", "GOOGLE_PLAY_LICENSING_KEY", "\"${getProperty(getProperties('../public.properties'), 'GOOGLE_PLAY_LICENSE_KEY')}\"")
}