diff --git a/CHANGELOG.md b/CHANGELOG.md index bee626c4c..45e89cb9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ - Fixed issue where an item would be indicated as "playing" after playback ended - Items should no longer be indicated as playing if the currently playing song is not contained within it +- Fixed blurry playing indicator in album/artist/genre/playlist items ## 3.1.0 diff --git a/app/build.gradle b/app/build.gradle index aebcf367f..16c0c2cca 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -86,13 +86,13 @@ dependencies { // General implementation "androidx.appcompat:appcompat:1.6.1" implementation "androidx.core:core-ktx:1.10.1" - implementation "androidx.activity:activity-ktx:1.7.1" + implementation "androidx.activity:activity-ktx:1.7.2" implementation "androidx.fragment:fragment-ktx:1.5.7" // UI implementation "androidx.recyclerview:recyclerview:1.3.0" implementation "androidx.constraintlayout:constraintlayout:2.1.4" - implementation "androidx.viewpager2:viewpager2:1.1.0-beta01" + implementation "androidx.viewpager2:viewpager2:1.1.0-beta02" implementation 'androidx.core:core-ktx:1.10.1' // Lifecycle