Bump versionName, versionCode & updated Change-log

This commit is contained in:
Prathamesh More 2021-12-28 15:00:10 +05:30
parent 158865a500
commit 5d45754342
2 changed files with 17 additions and 3 deletions

View file

@ -14,8 +14,8 @@ android {
vectorDrawables.useSupportLibrary = true
applicationId "code.name.monkey.retromusic"
versionCode 10553
versionName '5.6.0'
versionCode 10555
versionName '5.6.1'
buildConfigField("String", "GOOGLE_PLAY_LICENSING_KEY", "\"${getProperty(getProperties('../public.properties'), 'GOOGLE_PLAY_LICENSE_KEY')}\"")
}