File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,17 @@ Requires Android SDK version 10 or higher.
11
11
** Step 1.** Add the dependency
12
12
```
13
13
dependencies {
14
- compile 'xyz.zpayh:hdimageview:1.0.4'
14
+ compile 'xyz.zpayh:hdimageview:1.0.6'
15
+
16
+ // 以下可以选用
17
+
18
+ // if you use Glide 4.x , you can compile :(如果你正在使用Glide4.0或以上的版本,你可以添加下面的库)
19
+ compile 'xyz.zpayh:hdimageview-glide:1.0.2'
20
+ compile 'com.github.bumptech.glide:glide:4.0.0'
21
+
22
+ // if you use Fresco 1.4.x , you can compile :(如果你正在使用Fresco1.4.0或以上的版本,你可以添加下面的库)
23
+ compile 'com.facebook.fresco:imagepipeline:1.4.0'
24
+ compile 'xyz.zpayh:hdimageview-fresco:1.0.1'
15
25
}
16
26
```
17
27
** Step 2.** Add the view to your layout XML
Original file line number Diff line number Diff line change @@ -37,6 +37,6 @@ dependencies {
37
37
compile ' com.facebook.fresco:imagepipeline:1.4.0'
38
38
compile project(' :support-fresco' )
39
39
// compile project(':support-glide')
40
- compile ' xyz.zpayh:hdimageview-glide:1.0.1 '
41
- compile ' com.github.bumptech.glide:glide:4.0.0-RC1 '
40
+ compile ' xyz.zpayh:hdimageview-glide:1.0.2 '
41
+ compile ' com.github.bumptech.glide:glide:4.0.0'
42
42
}
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
51
51
compile ' com.android.support:appcompat-v7:25.3.1'
52
52
testCompile ' junit:junit:4.12'
53
53
provided ' xyz.zpayh:hdimageview:1.0.6'
54
- provided ' com.github.bumptech.glide:glide:4.0.0-RC1 '
54
+ provided ' com.github.bumptech.glide:glide:4.0.0'
55
55
}
56
56
57
57
// jcenter configuration for novoda's bintray-release
You can’t perform that action at this time.
0 commit comments