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 30, 2024
1 parent 278998c commit 0dcb803
Show file tree
Hide file tree
Showing 4 changed files with 4 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 @@ -176,7 +176,7 @@ dependencies {

implementation 'com.facebook.fresco:fresco:3.2.0'
implementation 'com.github.chrisbanes:PhotoView:2.1.4'
implementation 'com.github.REBOOTERS:Matisse:v0.5.7'
implementation 'com.github.REBOOTERS:Matisse:v0.6.0'
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
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ buildFeatures.buildConfig=true
android.nonTransitiveRClass=false
android.nonFinalResIds=false

org.gradle.java.home=C\:\\Users\\zhuyongqing01\\AppData\\Local\\Programs\\Android Studio\\jbr
4 changes: 2 additions & 2 deletions imitate/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +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 fileTree(include: ['matisse-release.aar'], dir: 'libs')
implementation 'com.github.REBOOTERS:Matisse:v0.6.0'
// 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 removed imitate/libs/matisse-release.aar
Binary file not shown.

0 comments on commit 0dcb803

Please sign in to comment.