feat:初步完成房间红包入口组件UI

feat:完善网络调试工具Stetho的配置
This commit is contained in:
Max
2023-10-24 19:06:04 +08:00
parent 60e56beb43
commit c3dab80e71
13 changed files with 190 additions and 16 deletions

View File

@@ -147,8 +147,8 @@ dependencies {
api 'com.facebook.android:facebook-login:16.2.0'
// 网络请求chrome数据调试
implementation 'com.facebook.stetho:stetho:1.5.1'
implementation 'com.facebook.stetho:stetho-okhttp3:1.5.1'
api 'com.facebook.stetho:stetho:1.5.1'
api 'com.facebook.stetho:stetho-okhttp3:1.5.1'
}
repositories {
mavenCentral()