Skip to content

Commit 8b86b17

Browse files
committed
Update README version to 4.1.1.
1 parent fe5289d commit 8b86b17

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ repositories {
2828
}
2929
3030
dependencies {
31-
compile 'com.github.bumptech.glide:glide:4.0.0'
31+
compile 'com.github.bumptech.glide:glide:4.1.1'
3232
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'
3434
}
3535
```
3636

@@ -40,7 +40,7 @@ Or Maven:
4040
<dependency>
4141
<groupId>com.github.bumptech.glide</groupId>
4242
<artifactId>glide</artifactId>
43-
<version>4.0.0</version>
43+
<version>4.1.1</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>com.google.android</groupId>
@@ -50,7 +50,7 @@ Or Maven:
5050
<dependency>
5151
<groupId>com.github.bumptech.glide</groupId>
5252
<artifactId>compiler</artifactId>
53-
<version>4.0.0</version>
53+
<version>4.1.1</version>
5454
<optional>true</optional>
5555
</dependency>
5656
```

0 commit comments

Comments
 (0)