mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-29 00:14:12 +01:00
update dependencies
This commit is contained in:
parent
2dac37d7a9
commit
1b8fcbe1c1
1 changed files with 2 additions and 3 deletions
|
@ -54,7 +54,7 @@ dependencies {
|
|||
implementation "androidx.core:core:1.12.0"
|
||||
implementation 'androidx.viewpager:viewpager:1.0.0'
|
||||
|
||||
playstoreImplementation('com.google.firebase:firebase-messaging:23.2.1') {
|
||||
playstoreImplementation('com.google.firebase:firebase-messaging:23.3.0') {
|
||||
exclude group: 'com.google.firebase', module: 'firebase-core'
|
||||
exclude group: 'com.google.firebase', module: 'firebase-analytics'
|
||||
exclude group: 'com.google.firebase', module: 'firebase-measurement-connector'
|
||||
|
@ -83,7 +83,7 @@ dependencies {
|
|||
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
||||
implementation 'androidx.emoji2:emoji2:1.4.0'
|
||||
gitImplementation "androidx.emoji2:emoji2-bundled:1.4.0"
|
||||
implementation 'androidx.recyclerview:recyclerview:1.3.1'
|
||||
implementation 'androidx.recyclerview:recyclerview:1.3.2'
|
||||
implementation 'com.google.android.material:material:1.10.0'
|
||||
implementation 'androidx.cardview:cardview:1.0.0' // for compatibility
|
||||
implementation 'com.davemorrissey.labs:subsampling-scale-image-view:3.10.0'
|
||||
|
@ -128,7 +128,6 @@ dependencies {
|
|||
implementation 'me.xdrop:fuzzywuzzy:1.4.0'
|
||||
implementation "com.daimajia.swipelayout:library:1.2.0@aar"
|
||||
implementation 'com.nineoldandroids:library:2.4.0'
|
||||
implementation 'jp.wasabeef:recyclerview-animators:1.0.3@aar'
|
||||
implementation "androidx.core:core-ktx:1.12.0"
|
||||
implementation "androidx.emoji2:emoji2-emojipicker:1.4.0"
|
||||
implementation "androidx.compose.material3:material3-android:1.2.0-alpha10"
|
||||
|
|
Loading…
Add table
Reference in a new issue