feat: 增加网络请求模块

This commit is contained in:
2023-01-03 17:03:36 +08:00
parent cf712a6b86
commit c95096d4fd
3 changed files with 49 additions and 0 deletions

View File

@@ -100,4 +100,7 @@ dependencies {
}
// 显示错误提示 https://github.com/nhaarman/supertooltips
implementation 'com.nhaarman.supertooltips:library:3.0.0'
// 网络请求包 https://square.github.io/retrofit/
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
}