Fixed Shuffle button margin

This commit is contained in:
Prathamesh More 2021-12-25 15:36:59 +05:30
parent bc7768f5ab
commit b4529e071f
3 changed files with 11 additions and 8 deletions

View file

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