Skip to content

Commit 330f942

Browse files
docs: Add comments for the lib's arbitrary dependency override
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
1 parent 778625f commit 330f942

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

app/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,11 @@ dependencies {
304304
implementation "io.noties.markwon:ext-tasklist:$markwonVersion"
305305
implementation "io.noties.markwon:ext-tables:$markwonVersion"
306306

307+
// Avatar picker
307308
implementation 'com.github.nextcloud-deps:ImagePicker:2.1.0.2'
309+
// Override avatar picker's internal crop lib for better dge-to-edge support
310+
implementation 'com.github.yalantis:ucrop:2.2.11'
311+
308312
implementation 'io.github.elye:loaderviewlibrary:3.0.0'
309313
implementation 'org.osmdroid:osmdroid-android:6.1.20'
310314
implementation ('fr.dudie:nominatim-api:3.4', {
@@ -317,7 +321,6 @@ dependencies {
317321
implementation 'com.github.nextcloud.android-common:ui:0.33.1'
318322
implementation 'com.github.nextcloud.android-common:core:0.33.1'
319323
implementation 'com.github.nextcloud-deps:android-talk-webrtc:132.6834.0'
320-
implementation 'com.github.yalantis:ucrop:2.2.11'
321324

322325
gplayImplementation 'com.google.android.gms:play-services-base:18.10.0'
323326
gplayImplementation "com.google.firebase:firebase-messaging:25.0.1"

0 commit comments

Comments
 (0)