Added reset in Playback speed dialog

This commit is contained in:
Prathamesh More 2022-01-07 19:59:10 +05:30
parent 456ecebef3
commit 508bfde5cb
2 changed files with 8 additions and 2 deletions

View file

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