We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6b0e52 commit 0b79e00Copy full SHA for 0b79e00
2 files changed
README.md
@@ -31,7 +31,7 @@ repositories {
31
}
32
33
dependencies {
34
- implementation 'com.github.bumptech.glide:glide:5.0.3'
+ implementation 'com.github.bumptech.glide:glide:5.0.4'
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.3</version>
+ <version>5.0.4</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=3
39
-VERSION_NAME=5.0.3
+VERSION_PATCH=4
+VERSION_NAME=5.0.4
0 commit comments