Bump version & update changelog

This commit is contained in:
Prathamesh More 2022-05-05 00:04:52 +05:30
parent 7195ab2afd
commit 82d4649346
2 changed files with 18 additions and 2 deletions

View file

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