remove com.annimon:stream dependency

This commit is contained in:
adbenitez 2025-08-07 17:45:01 +02:00
parent a68f3a7024
commit fd057485db
7 changed files with 61 additions and 86 deletions

View file

@ -187,7 +187,6 @@ dependencies {
implementation ('com.davemorrissey.labs:subsampling-scale-image-view:3.10.0') { // for the zooming on photos / media
exclude group: 'com.android.support', module: 'support-annotations'
}
implementation 'com.annimon:stream:1.1.8' // brings future java streams api to SDK Version < 24
// Replacement for ContentResolver
// that protects against the Surreptitious Sharing attack.