Finally fixed wrong/previous cover art in notification

This commit is contained in:
Prathamesh More 2022-05-28 21:43:03 +05:30
parent 1f7a00e999
commit b2b9bac42d
3 changed files with 37 additions and 38 deletions

View file

@ -136,7 +136,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
def kotlin_coroutines_version = '1.6.1'
def kotlin_coroutines_version = '1.6.2'
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlin_coroutines_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlin_coroutines_version"