File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ repositories {
31
31
}
32
32
33
33
dependencies {
34
- implementation 'com.github.bumptech.glide:glide:4.13.0 '
35
- annotationProcessor 'com.github.bumptech.glide:compiler:4.13.0 '
34
+ implementation 'com.github.bumptech.glide:glide:4.13.2 '
35
+ annotationProcessor 'com.github.bumptech.glide:compiler:4.13.2 '
36
36
}
37
37
```
38
38
@@ -42,12 +42,12 @@ Or Maven:
42
42
<dependency >
43
43
<groupId >com.github.bumptech.glide</groupId >
44
44
<artifactId >glide</artifactId >
45
- <version >4.13.0 </version >
45
+ <version >4.13.2 </version >
46
46
</dependency >
47
47
<dependency >
48
48
<groupId >com.github.bumptech.glide</groupId >
49
49
<artifactId >compiler</artifactId >
50
- <version >4.13.0 </version >
50
+ <version >4.13.2 </version >
51
51
<optional >true</optional >
52
52
</dependency >
53
53
```
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ TEST_JVM_MEMORY_SIZE=4096M
54
54
TRUTH_VERSION =0.45
55
55
VERSION_MAJOR =4
56
56
VERSION_MINOR =13
57
- VERSION_NAME =4.13.1
57
+ VERSION_NAME =4.13.2
58
58
VERSION_PATCH =1
59
59
VIOLATIONS_PLUGIN_VERSION =1.8
60
60
VOLLEY_VERSION =1.2.0
You can’t perform that action at this time.
0 commit comments