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 0e0fb4d commit a2c8bb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 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:3.0.3') {
api('com.github.hss01248:DialogUtil:3.0.4') {
exclude group: 'com.android.support'
}
api 'androidx.appcompat:appcompat:1.0.0'
Expand Down
2 changes: 1 addition & 1 deletion glidev4/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies {
api 'com.github.hss01248.metadata:metadata:1.2.7'
api 'com.github.skyNet2017.Luban:luban:3.2.7'
api "androidx.startup:startup-runtime:1.1.0"
api 'com.github.hss01248:DialogUtil:3.0.3'
api 'com.github.hss01248:DialogUtil:3.0.4'
//https://github.com/wasabeef/glide-transformations
// https://github.com/open-android/Glide-transformations

Expand Down
2 changes: 1 addition & 1 deletion imagelist/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {

api 'com.github.hss01248:UI:0.0.1'
api 'com.github.hss01248.utilcodeEnhance:iwidget:1.4.5'
api 'com.github.hss01248:DialogUtil:3.0.3'
api 'com.github.hss01248:DialogUtil:3.0.4'
implementation "com.github.hss01248.utilcodeEnhance:fullScreenDialog:1.5.1"
implementation 'com.github.hss01248:NotifyUtil:1.0.1'
api 'com.github.princekin-f:EasyFloat:2.0.3'
Expand Down

0 comments on commit a2c8bb8

Please sign in to comment.