Skip to content

Commit

Permalink
解决编译失败问题
Browse files Browse the repository at this point in the history
  • Loading branch information
hss01248 committed May 30, 2024
1 parent 254acda commit 2bf9ebd
Show file tree
Hide file tree
Showing 5 changed files with 440 additions and 914 deletions.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ dependencies {
compile'com.github.hss01248.PhotoPicker:glide:1.0.8'
compile'com.github.hss01248.PhotoPicker:fresco:1.0.8'
compile'com.github.hss01248.PhotoPicker:picasso:1.0.8'*/
api('com.github.hss01248:DialogUtil:1.1.8') {
api('com.github.hss01248:DialogUtil:3.0.3') {
exclude group: 'com.android.support'
}
api 'androidx.appcompat:appcompat:1.0.0'
Expand All @@ -100,6 +100,7 @@ dependencies {
resolutionStrategy.force 'com.squareup.okio:okio:1.15.0'
resolutionStrategy.force 'com.github.bumptech.glide:glide:4.11.0'
}
api 'com.github.hss01248.utilcodeEnhance:bitmap-saver:1.5.2'
api('com.davemorrissey.labs:subsampling-scale-image-view:3.10.0') {
exclude group: 'com.android.support'
}
Expand Down
Loading

0 comments on commit 2bf9ebd

Please sign in to comment.