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
86219beead
commit
489b063985
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ buildscript {
|
|||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:8.2.0'
|
||||
classpath 'com.android.tools.build:gradle:8.2.1'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10"
|
||||
classpath "com.diffplug.spotless:spotless-plugin-gradle:6.14.0"
|
||||
classpath 'com.novoda:bintray-release:0.8.0'
|
||||
|
@ -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-beta01"
|
||||
implementation "androidx.compose.material3:material3-android:1.2.0-beta02"
|
||||
implementation "androidx.emoji2:emoji2-emojipicker:1.4.0"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue