Actually fixed incorrect Artist Images

This commit is contained in:
Prathamesh More 2021-12-29 10:44:20 +05:30
parent 017b14c383
commit d74fe1eb7d
3 changed files with 3 additions and 5 deletions

View file

@ -14,7 +14,7 @@ android {
vectorDrawables.useSupportLibrary = true
applicationId "code.name.monkey.retromusic"
versionCode 10555
versionCode 10556
versionName '5.6.1'
buildConfigField("String", "GOOGLE_PLAY_LICENSING_KEY", "\"${getProperty(getProperties('../public.properties'), 'GOOGLE_PLAY_LICENSE_KEY')}\"")