Update Changelog

This commit is contained in:
Prathamesh More 2022-06-11 00:44:59 +05:30
parent ed6ca486d6
commit aedabb8b74
2 changed files with 10 additions and 2 deletions

View file

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