File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -36,5 +36,6 @@ dependencies {
36
36
implementation ' com.github.bumptech.glide:glide:4.7.1'
37
37
annotationProcessor ' com.github.bumptech.glide:compiler:4.7.1'
38
38
implementation ' com.liyi.view:auto-gridview:1.0.8'
39
- implementation project(' :image-viewer' )
39
+ implementation ' com.liyi.view:image-viewer:2.0.1'
40
+ // implementation project(':image-viewer')
40
41
}
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
51
51
androidTestImplementation(' com.android.support.test.espresso:espresso-core:3.0.1' , {
52
52
exclude group : ' com.android.support' , module : ' support-annotations'
53
53
})
54
- implementation ' com.android.support:appcompat-v7:' + support_version
54
+ implementation ' com.android.support:appcompat-v7:' + support_version
55
55
implementation ' com.github.chrisbanes:PhotoView:2.1.3'
56
56
}
57
57
You can’t perform that action at this time.
0 commit comments