feat:新增部分工具类(图片、文件)

feat:增加图片选择器过滤参数
This commit is contained in:
Max
2023-11-02 19:12:53 +08:00
parent 56fdb706b4
commit 60d60d3578
7 changed files with 2844 additions and 2 deletions

View File

@@ -196,7 +196,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
implementation fileTree(dir: 'aliyun-libs', include: ['*.jar', '*.aar'])
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.4.+'
implementation 'com.google.android.material:material:1.6.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'