Updated versionCode & versionName

main
Prathamesh More 2021-12-05 14:56:31 +05:30
parent 1df50491fc
commit 996506c44a
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 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')}\"")
}