forked from mirror/monocles_chat
corrected dependency
This commit is contained in:
parent
4d221c5678
commit
336d306636
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ dependencies {
|
|||
implementation 'androidx.emoji:emoji:1.1.0'
|
||||
gitImplementation 'androidx.emoji:emoji-appcompat:1.1.0'
|
||||
gitImplementation 'androidx.emoji:emoji-bundled:1.1.0'
|
||||
implementation 'com.google.android.material:material:1.4.0' // higher versions than 1.0.0 cause strange fab design
|
||||
implementation 'com.google.android.material:material:1.0.0' // higher versions than 1.0.0 cause strange fab design
|
||||
implementation 'androidx.cardview:cardview:1.0.0' // for compatibility
|
||||
implementation 'com.davemorrissey.labs:subsampling-scale-image-view:3.10.0'
|
||||
implementation 'com.google.android.exoplayer:exoplayer-core:2.15.0'
|
||||
|
|
Loading…
Reference in a new issue