feat: 增加网络请求模块
This commit is contained in:
@@ -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'
|
||||
}
|
||||
Reference in New Issue
Block a user