Skip to content

Commit b9b7c0c

Browse files
committed
v2.0.1
1 parent 2d74624 commit b9b7c0c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@ dependencies {
3636
implementation 'com.github.bumptech.glide:glide:4.7.1'
3737
annotationProcessor 'com.github.bumptech.glide:compiler:4.7.1'
3838
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')
4041
}

image-viewer/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies {
5151
androidTestImplementation('com.android.support.test.espresso:espresso-core:3.0.1', {
5252
exclude group: 'com.android.support', module: 'support-annotations'
5353
})
54-
implementation 'com.android.support:appcompat-v7:'+support_version
54+
implementation 'com.android.support:appcompat-v7:' + support_version
5555
implementation 'com.github.chrisbanes:PhotoView:2.1.3'
5656
}
5757

0 commit comments

Comments
 (0)