Bump versionCode & Updated change-log

This commit is contained in:
Prathamesh More 2022-01-05 16:19:26 +05:30
parent 02b72551c9
commit c974d7fefc
2 changed files with 19 additions and 3 deletions

View file

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