Skip to content

Commit 3c1e7b9

Browse files
committedMay 4, 2022
Bump version to 4.13.2.
1 parent eec04c2 commit 3c1e7b9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ repositories {
3131
}
3232
3333
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'
3636
}
3737
```
3838

@@ -42,12 +42,12 @@ Or Maven:
4242
<dependency>
4343
<groupId>com.github.bumptech.glide</groupId>
4444
<artifactId>glide</artifactId>
45-
<version>4.13.0</version>
45+
<version>4.13.2</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>com.github.bumptech.glide</groupId>
4949
<artifactId>compiler</artifactId>
50-
<version>4.13.0</version>
50+
<version>4.13.2</version>
5151
<optional>true</optional>
5252
</dependency>
5353
```

‎gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ TEST_JVM_MEMORY_SIZE=4096M
5454
TRUTH_VERSION=0.45
5555
VERSION_MAJOR=4
5656
VERSION_MINOR=13
57-
VERSION_NAME=4.13.1
57+
VERSION_NAME=4.13.2
5858
VERSION_PATCH=1
5959
VIOLATIONS_PLUGIN_VERSION=1.8
6060
VOLLEY_VERSION=1.2.0

0 commit comments

Comments
 (0)
Please sign in to comment.