Skip to content

Commit 6674d67

Browse files
committed
Reorganize dependencies
1 parent 69603d1 commit 6674d67

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

twidere/build.gradle

+2-3
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,6 @@ dependencies {
185185
implementation 'com.commonsware.cwac:layouts:0.4.3'
186186
implementation 'com.rengwuxian.materialedittext:library:2.1.4'
187187
implementation 'com.pnikosis:materialish-progress:1.7'
188-
implementation "com.github.mariotaku:MessageBubbleView:${libVersions['MessageBubbleView']}"
189-
implementation 'com.github.mariotaku:DragSortListView:0.6.1'
190188
implementation 'com.github.uucky:ColorPicker-Android:0.9.7@aar'
191189
implementation "pl.droidsonroids.gif:android-gif-drawable:${libVersions['AndroidGIFDrawable']}"
192190
implementation 'com.sprylab.android.texturevideoview:texturevideoview:1.2.1'
@@ -216,7 +214,8 @@ dependencies {
216214

217215

218216
/** Custom dependencies **/
219-
implementation 'com.github.mariotaku:MessageBubbleView:1.6'
217+
implementation 'com.github.mariotaku:DragSortListView:0.6.1'
218+
implementation "com.github.mariotaku:MessageBubbleView:${libVersions['MessageBubbleView']}"
220219
implementation 'com.github.mariotaku:DragSortListView:0.6.1'
221220
implementation "com.github.mariotaku.MediaViewerLibrary:base:${libVersions['MediaViewerLibrary']}"
222221
implementation "com.github.mariotaku.MediaViewerLibrary:subsample-image-view:${libVersions['MediaViewerLibrary']}"

0 commit comments

Comments
 (0)