commit
aa31a321cf
3 changed files with 3 additions and 5 deletions
|
@ -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')}\"")
|
||||
|
|
2
app/proguard-rules.pro
vendored
2
app/proguard-rules.pro
vendored
|
@ -67,5 +67,5 @@
|
|||
-keepnames class * extends android.os.Parcelable
|
||||
-keepnames class * extends java.io.Serializable
|
||||
-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.** { *; }
|
|
@ -64,7 +64,7 @@
|
|||
<body>
|
||||
<div>
|
||||
<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>
|
||||
<ul>
|
||||
<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 Snowfall effect</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>
|
||||
</div>
|
||||
<div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue