Skip to content

Commit

Permalink
fix dep issue
Browse files Browse the repository at this point in the history
  • Loading branch information
REBOOTERS committed Oct 21, 2024
1 parent a6aaf0c commit 7f12626
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion imitate/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ dependencies {
}
implementation 'com.facebook.fresco:animated-webp:3.2.0'
implementation 'com.facebook.fresco:webpsupport:3.2.0'
implementation 'com.github.REBOOTERS:Matisse:v0.5.7'
// implementation 'com.github.REBOOTERS:Matisse:v0.5.7'
implementation fileTree(include: ['matisse-release.aar'], dir: 'libs')
implementation 'com.guolindev.permissionx:permissionx:1.8.1'
implementation 'io.reactivex.rxjava2:rxjava:2.2.21'
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
Expand Down
Binary file added imitate/libs/matisse-release.aar
Binary file not shown.

0 comments on commit 7f12626

Please sign in to comment.