增加上传图片,从相册选取照片显示还有点问题

This commit is contained in:
2025-07-19 01:21:18 +08:00
parent 85b902882c
commit fc42bb4af6
17 changed files with 791 additions and 9 deletions

View File

@@ -106,6 +106,8 @@ dependencies {
implementation 'io.reactivex.rxjava3:rxandroid:3.0.0'
//
implementation 'com.squareup.okhttp3:okhttp:4.7.0'
//log打印
implementation 'com.squareup.okhttp3:logging-interceptor:4.7.0'
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
// implementation 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
@@ -137,4 +139,6 @@ dependencies {
implementation 'me.jessyan:autosize:1.2.1'
// 吐司框架https://github.com/getActivity/Toaster
implementation 'com.github.getActivity:Toaster:12.6'
//图片裁切
implementation 'com.github.yalantis:ucrop:2.2.10'
}