From 961fa5ffe644302e4c434fc3db41bded3a135b10 Mon Sep 17 00:00:00 2001 From: adbenitez Date: Mon, 27 Jan 2025 17:37:14 +0100 Subject: [PATCH] remove unused com.soundcloud.android:android-crop dependency --- build.gradle | 1 - src/main/AndroidManifest.xml | 2 -- .../org/thoughtcrime/securesms/CreateProfileActivity.java | 5 ----- .../java/org/thoughtcrime/securesms/GroupCreateActivity.java | 5 ----- .../thoughtcrime/securesms/InstantOnboardingActivity.java | 5 ----- .../org/thoughtcrime/securesms/profiles/AvatarHelper.java | 1 - 6 files changed, 19 deletions(-) diff --git a/build.gradle b/build.gradle index 5050fa399a..f3d37d1d5e 100644 --- a/build.gradle +++ b/build.gradle @@ -184,7 +184,6 @@ dependencies { annotationProcessor 'androidx.annotation:annotation:1.9.1' implementation 'com.makeramen:roundedimageview:2.1.0' // crops the avatars to circles implementation 'com.pnikosis:materialish-progress:1.5' // used only in the "Progress Wheel" in Share Activity. - implementation 'com.soundcloud.android:android-crop:1.0.1@aar' // used for profile and group avatar selection in Android SDK<19 implementation 'com.nineoldandroids:library:2.4.0' // DEPRECATED! Used to slide in the half-camera. 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/AndroidManifest.xml b/src/main/AndroidManifest.xml index d52740056c..76144ac40c 100644 --- a/src/main/AndroidManifest.xml +++ b/src/main/AndroidManifest.xml @@ -316,8 +316,6 @@ android:theme="@style/TextSecure.ScribbleTheme" android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/> - -