房间发送消息体验优化

This commit is contained in:
huangjian
2022-05-12 17:26:31 +08:00
parent 20a27d229c
commit 774a8bf29c
10 changed files with 390 additions and 26 deletions

View File

@@ -47,7 +47,7 @@ dependencies {
def qiniu = "7.3.15"
def SmartRefreshLayoutVersion = "1.0.3"
def eventbusVersion = "3.0.0"
def fragment_version = "1.2.5"
def fragment_version = "1.3.5"
implementation fileTree(dir: 'libs', include: ['*.jar'])
@@ -56,17 +56,17 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
api 'androidx.constraintlayout:constraintlayout:2.0.4'
api 'androidx.appcompat:appcompat:1.2.0'
api 'androidx.appcompat:appcompat:1.3.0'
api 'androidx.recyclerview:recyclerview:1.1.0'
api 'androidx.cardview:cardview:1.0.0'
api 'androidx.gridlayout:gridlayout:1.0.0'
api "androidx.core:core-ktx:1.3.2"
api "androidx.core:core-ktx:1.6.0"
api "androidx.fragment:fragment:$fragment_version"
api "androidx.fragment:fragment-ktx:$fragment_version"
api 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0'
api 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1'
api 'androidx.lifecycle:lifecycle-extensions:2.2.0'
api 'com.google.android.material:material:1.2.1'
api 'com.google.android.material:material:1.4.0'
api "com.squareup.retrofit2:retrofit:${retrofitVersion}"
api "com.squareup.okhttp3:okhttp:${okhttp3}"