Updated Changelog and also show Changelog at start

This commit is contained in:
Prathamesh More 2021-12-24 18:34:32 +05:30
parent 5a310ec329
commit cd594967bf
3 changed files with 75 additions and 3 deletions

View file

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