File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ repositories {
28
28
}
29
29
30
30
dependencies {
31
- compile 'com.github.bumptech.glide:glide:4.0.0 '
31
+ compile 'com.github.bumptech.glide:glide:4.1.1 '
32
32
compile 'com.android.support:support-v4:25.3.1'
33
- annotationProcessor 'com.github.bumptech.glide:compiler:4.0.0 '
33
+ annotationProcessor 'com.github.bumptech.glide:compiler:4.1.1 '
34
34
}
35
35
```
36
36
@@ -40,7 +40,7 @@ Or Maven:
40
40
<dependency >
41
41
<groupId >com.github.bumptech.glide</groupId >
42
42
<artifactId >glide</artifactId >
43
- <version >4.0.0 </version >
43
+ <version >4.1.1 </version >
44
44
</dependency >
45
45
<dependency >
46
46
<groupId >com.google.android</groupId >
@@ -50,7 +50,7 @@ Or Maven:
50
50
<dependency >
51
51
<groupId >com.github.bumptech.glide</groupId >
52
52
<artifactId >compiler</artifactId >
53
- <version >4.0.0 </version >
53
+ <version >4.1.1 </version >
54
54
<optional >true</optional >
55
55
</dependency >
56
56
```
You can’t perform that action at this time.
0 commit comments