We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae65f75 commit 66b4cc1Copy full SHA for 66b4cc1
2 files changed
README.md
@@ -31,7 +31,7 @@ repositories {
31
}
32
33
dependencies {
34
- implementation 'com.github.bumptech.glide:glide:5.0.1'
+ implementation 'com.github.bumptech.glide:glide:5.0.2'
35
36
```
37
@@ -41,7 +41,7 @@ Or Maven:
41
<dependency>
42
<groupId>com.github.bumptech.glide</groupId>
43
<artifactId>glide</artifactId>
44
- <version>5.0.1</version>
+ <version>5.0.2</version>
45
</dependency>
46
47
gradle.properties
@@ -35,5 +35,5 @@ TEST_JVM_MEMORY_SIZE=4096M
## Glide versioning - these may be overwritten in lower level gradle.properties files
VERSION_MAJOR=5
VERSION_MINOR=0
38
-VERSION_PATCH=1
39
-VERSION_NAME=5.0.1
+VERSION_PATCH=2
+VERSION_NAME=5.0.2
0 commit comments