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

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

@@ -26,6 +26,7 @@ allprojects {
configurations.all {
resolutionStrategy {
force 'androidx.constraintlayout:constraintlayout:2.0.4'
force 'androidx.appcompat:appcompat:1.3.1'
}
}