|
@@ -55,7 +55,7 @@ android {
|
|
|
|
|
|
dependencies {
|
|
dependencies {
|
|
implementation fileTree(dir: "libs", include: ["*.jar"])
|
|
implementation fileTree(dir: "libs", include: ["*.jar"])
|
|
- implementation 'androidx.appcompat:appcompat:1.2.0'
|
|
|
|
|
|
+ implementation 'androidx.appcompat:appcompat:1.3.0'
|
|
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
|
|
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
|
|
implementation 'androidx.recyclerview:recyclerview:1.1.0'
|
|
implementation 'androidx.recyclerview:recyclerview:1.1.0'
|
|
|
|
|
|
@@ -63,8 +63,9 @@ dependencies {
|
|
api 'com.squareup.okhttp3:logging-interceptor:3.11.0'
|
|
api 'com.squareup.okhttp3:logging-interceptor:3.11.0'
|
|
api 'com.squareup.retrofit2:retrofit:2.2.0'
|
|
api 'com.squareup.retrofit2:retrofit:2.2.0'
|
|
api 'com.squareup.retrofit2:converter-gson:2.2.0'
|
|
api 'com.squareup.retrofit2:converter-gson:2.2.0'
|
|
- implementation 'com.blankj:utilcodex:1.30.5'
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
+ implementation 'com.blankj:utilcodex:1.30.5'
|
|
implementation 'com.github.bumptech.glide:glide:4.13.1'
|
|
implementation 'com.github.bumptech.glide:glide:4.13.1'
|
|
api 'com.netease.yunxin.kit.call:call-ui:1.8.1'
|
|
api 'com.netease.yunxin.kit.call:call-ui:1.8.1'
|
|
}
|
|
}
|