mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-16 06:32:22 +01:00
update dependencies
This commit is contained in:
parent
e37ebc6bdc
commit
860e86bc4e
1 changed files with 3 additions and 3 deletions
|
@ -78,12 +78,12 @@ dependencies {
|
|||
implementation 'androidx.multidex:multidex:2.0.1'
|
||||
implementation 'androidx.legacy:legacy-support-v13:1.0.0'
|
||||
implementation 'androidx.appcompat:appcompat:1.6.1'
|
||||
implementation 'androidx.exifinterface:exifinterface:1.3.6'
|
||||
implementation 'androidx.exifinterface:exifinterface:1.3.7'
|
||||
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.2'
|
||||
implementation 'com.google.android.material:material:1.10.0'
|
||||
implementation 'com.google.android.material:material:1.11.0'
|
||||
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.19.1'
|
||||
|
@ -128,7 +128,7 @@ dependencies {
|
|||
implementation "com.daimajia.swipelayout:library:1.2.0@aar"
|
||||
implementation 'com.nineoldandroids:library:2.4.0'
|
||||
implementation "androidx.core:core-ktx:1.12.0"
|
||||
implementation "androidx.compose.material3:material3-android:1.2.0-alpha12"
|
||||
implementation "androidx.compose.material3:material3-android:1.2.0-beta01"
|
||||
}
|
||||
|
||||
ext {
|
||||
|
|
Loading…
Reference in a new issue