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 vectorDrawables.useSupportLibrary = true
applicationId "code.name.monkey.retromusic" applicationId "code.name.monkey.retromusic"
versionCode 10555 versionCode 10556
versionName '5.6.1' versionName '5.6.1'
buildConfigField("String", "GOOGLE_PLAY_LICENSING_KEY", "\"${getProperty(getProperties('../public.properties'), 'GOOGLE_PLAY_LICENSE_KEY')}\"") buildConfigField("String", "GOOGLE_PLAY_LICENSING_KEY", "\"${getProperty(getProperties('../public.properties'), 'GOOGLE_PLAY_LICENSE_KEY')}\"")

View file

@ -67,5 +67,5 @@
-keepnames class * extends android.os.Parcelable -keepnames class * extends android.os.Parcelable
-keepnames class * extends java.io.Serializable -keepnames class * extends java.io.Serializable
-keep class code.name.monkey.retromusic.network.model.** { *; } -keep class code.name.monkey.retromusic.network.model.** { *; }
-keep class code.name.monkey.retromusic.model.CategoryInfo { *; } -keep class code.name.monkey.retromusic.model.** { *; }
-keep class com.google.android.material.bottomsheet.** { *; } -keep class com.google.android.material.bottomsheet.** { *; }

View file

@ -64,7 +64,7 @@
<body> <body>
<div> <div>
<h5>December 28, 2021</h5> <h5>December 28, 2021</h5>
<h2>v5.6.1<span class="tag"><i>Beta</i></span></h2> <h2>v5.6.1</h2>
<h3>Fixed</h3> <h3>Fixed</h3>
<ul> <ul>
<li>Fixed artist covers not updating and showing album cover images.</li> <li>Fixed artist covers not updating and showing album cover images.</li>
@ -72,8 +72,6 @@
<li>Fixed a crash when a Song is deleted in Artist Details</li> <li>Fixed a crash when a Song is deleted in Artist Details</li>
<li>Fixed Snowfall effect</li> <li>Fixed Snowfall effect</li>
<li>Fixed empty notification when queue is cleared</li> <li>Fixed empty notification when queue is cleared</li>
<li>Fixed Fit theme button colors</li>
<li>Show Dismiss button in Notification only on A12</li>
</ul> </ul>
</div> </div>
<div> <div>