Updated changelog

This commit is contained in:
Prathamesh More 2022-02-13 14:52:56 +05:30
parent d8898608f2
commit 9f405a271e
3 changed files with 17 additions and 12 deletions

View file

@ -14,8 +14,8 @@ android {
vectorDrawables.useSupportLibrary = true
applicationId "code.name.monkey.retromusic"
versionCode 10564
versionName '5.7.1'
versionCode 10565
versionName '5.7.2'
buildConfigField("String", "GOOGLE_PLAY_LICENSING_KEY", "\"${getProperty(getProperties('../public.properties'), 'GOOGLE_PLAY_LICENSE_KEY')}\"")
}
@ -113,7 +113,7 @@ dependencies {
implementation "androidx.room:room-ktx:$room_version"
kapt "androidx.room:room-compiler:$room_version"
def lifecycle_version = "2.5.0-alpha01"
def lifecycle_version = "2.4.1"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version"
implementation "androidx.lifecycle:lifecycle-livedata-ktx:$lifecycle_version"
implementation "androidx.lifecycle:lifecycle-common-java8:$lifecycle_version"

View file

@ -58,18 +58,23 @@
}
{style-placeholder}
</style>
</head>
<body>
<div>
<h5>February 13, 2022</h5>
<h2>v5.7.2<span class="tag"><i>Beta</i></span></h2>
<h3>What's New</h3>
<ul>
<li>Animated splash screen on Android 12 devices</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fixed crash after removing song from Playing queue</li>
<li>Fixed lyrics editing crash</li>
</ul>
</div>
<div>
<h5>February 1, 2022</h5>
<h2>v5.7.1</h2>

View file

@ -3,7 +3,7 @@
buildscript {
ext {
kotlin_version = '1.6.10'
navigation_version = '2.5.0-alpha01'
navigation_version = '2.4.1'
mdc_version = '1.5.0'
preference_version = '1.2.0'
appcompat_version = '1.4.1'