add more deps to vendor

This commit is contained in:
adbenitez
2024-08-08 11:38:36 +02:00
parent 123b4374a9
commit 6c040bafae
4 changed files with 2 additions and 3 deletions
+2 -3
View File
@@ -184,15 +184,14 @@ dependencies {
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 'mobi.upod:time-duration-picker:1.1.3' // Used to pick the time for inactivity.
implementation 'com.amulyakhare:com.amulyakhare.textdrawable:1.0.1' // number of unread messages,
implementation 'com.amulyakhare:com.amulyakhare.textdrawable:1.0.1@aar' // number of unread messages,
// the one-letter circle for the contacts (when there is not avatar) and a white background.
implementation 'com.googlecode.mp4parser:isoparser:1.0.6' // MP4 recoding; upgrading eg. to 1.1.22 breaks recoding, however, i have not investigated further, just reset to 1.0.6
implementation ('com.davemorrissey.labs:subsampling-scale-image-view:3.6.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
implementation 'com.codewaves.stickyheadergrid:stickyheadergrid:0.9.4' // glues the current time segment text in the gallery to the top.
implementation 'com.codewaves.stickyheadergrid:stickyheadergrid:0.9.4@aar' // glues the current time segment text in the gallery to the top.
// Replacement for ContentResolver
// that protects against the Surreptitious Sharing attack.
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.