Revert "房间发送消息体验优化"

This reverts commit 774a8bf2
This commit is contained in:
huangjian
2022-05-16 11:50:26 +08:00
parent 1a75aee327
commit c134adf214
9 changed files with 9 additions and 379 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.3.5"
def fragment_version = "1.2.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.3.0'
api 'androidx.appcompat:appcompat:1.2.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.6.0"
api "androidx.core:core-ktx:1.3.2"
api "androidx.fragment:fragment:$fragment_version"
api "androidx.fragment:fragment-ktx:$fragment_version"
api 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1'
api 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0'
api 'androidx.lifecycle:lifecycle-extensions:2.2.0'
api 'com.google.android.material:material:1.4.0'
api 'com.google.android.material:material:1.2.1'
api "com.squareup.retrofit2:retrofit:${retrofitVersion}"
api "com.squareup.okhttp3:okhttp:${okhttp3}"