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 2bf9ebd commit 0e0fb4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions glidev4/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +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'
//https://github.com/wasabeef/glide-transformations
// https://github.com/open-android/Glide-transformations

Expand Down
6 changes: 4 additions & 2 deletions imagelist/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ dependencies {
//implementation 'com.yqritc:recyclerview-flexibledivider:1.4.0'

api 'com.github.hss01248:UI:0.0.1'
api 'com.github.hss01248.utilcodeEnhance:iwidget:1.2.1'
api 'com.github.hss01248.utilcodeEnhance:iwidget:1.4.5'
api 'com.github.hss01248:DialogUtil:3.0.3'
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'
//implementation 'com.wuhenzhizao:titlebar:1.1.4'
Expand All @@ -58,7 +60,7 @@ dependencies {
//api 'io.github.yuweiguocn:GreenDaoUpgradeHelper:v2.2.1'

api 'com.github.hss01248.StartActivityResult:transactivity:1.1.4'
api 'com.github.hss01248.StartActivityResult:activityresult:1.1.4'
api 'com.github.hss01248.StartActivityResult:activityresult:1.1.9'

api 'com.liulishuo.filedownloader:library:1.7.7'

Expand Down

0 comments on commit 0e0fb4d

Please sign in to comment.