From a68f3a7024c38a42f9c71246b8bd940b480aede3 Mon Sep 17 00:00:00 2001 From: adbenitez Date: Wed, 6 Aug 2025 19:40:47 +0200 Subject: [PATCH] remove dependecy on com.pnikosis:materialish-progress --- build.gradle | 1 - src/main/res/layout/share_activity.xml | 12 ++++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index 9879d2a57..4af5d7677 100644 --- a/build.gradle +++ b/build.gradle @@ -180,7 +180,6 @@ dependencies { implementation 'com.github.bumptech.glide:glide:4.16.0' annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0' annotationProcessor 'androidx.annotation:annotation:1.9.1' - implementation 'com.pnikosis:materialish-progress:1.5' // used only in the "Progress Wheel" in Share Activity. implementation 'com.makeramen:roundedimageview:2.3.0' // crops the avatars to circles implementation 'com.github.amulyakhare:TextDrawable:558677ea31' // number of unread messages, // the one-letter circle for the contacts (when there is not avatar) and a white background. diff --git a/src/main/res/layout/share_activity.xml b/src/main/res/layout/share_activity.xml index 92f2b0b3f..cc676c056 100644 --- a/src/main/res/layout/share_activity.xml +++ b/src/main/res/layout/share_activity.xml @@ -33,10 +33,10 @@ - +