Updated versionCode & versionName

This commit is contained in:
Prathamesh More 2021-11-25 10:39:41 +05:30
parent 6f7e97ac09
commit d080a5e944
2 changed files with 4 additions and 3 deletions

View file

@ -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')}\"")
}