Fix notification bitmap and progressbar

This commit is contained in:
CappielloAntonio 2021-04-12 10:35:41 +02:00
parent b1fca633a6
commit 54bc709317
10 changed files with 247 additions and 228 deletions

View file

@ -57,7 +57,6 @@ dependencies {
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.paging:paging-runtime-ktx:2.1.2'
implementation "androidx.lifecycle:lifecycle-common-java8:2.3.1"
implementation 'androidx.palette:palette-ktx:1.0.0'
// Android Material
implementation 'com.google.android.material:material:1.3.0'
@ -74,6 +73,7 @@ dependencies {
// Glide
implementation 'com.github.bumptech.glide:glide:4.11.0'
implementation 'com.github.bumptech.glide:annotations:4.11.0'
implementation 'com.github.bumptech.glide:okhttp3-integration:4.11.0'
implementation "com.github.woltapp:blurhash:f41a23cc50"