Bump version and update changelog

This commit is contained in:
Prathamesh More 2022-06-06 16:36:07 +05:30
parent 52fa8ebf42
commit c25eff4c0d
3 changed files with 14 additions and 4 deletions

View file

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