添加简单http访问功能

This commit is contained in:
ZhanGSKen
2025-03-27 20:45:57 +08:00
parent a66be9cd37
commit 803745d12e
6 changed files with 170 additions and 8 deletions

View File

@@ -46,6 +46,8 @@ android {
dependencies {
api fileTree(dir: 'libs', include: ['*.jar'])
api 'com.squareup.okhttp3:okhttp:4.4.1'
// 吐司类库
api 'com.github.getActivity:ToastUtils:10.5'