File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ repositories {
31
31
}
32
32
33
33
dependencies {
34
- implementation 'com.github.bumptech.glide:glide:4.15.1 '
34
+ implementation 'com.github.bumptech.glide:glide:4.16.0 '
35
35
}
36
36
```
37
37
@@ -41,7 +41,7 @@ Or Maven:
41
41
<dependency >
42
42
<groupId >com.github.bumptech.glide</groupId >
43
43
<artifactId >glide</artifactId >
44
- <version >4.15.1 </version >
44
+ <version >4.16.0 </version >
45
45
</dependency >
46
46
```
47
47
Original file line number Diff line number Diff line change @@ -43,4 +43,4 @@ TEST_JVM_MEMORY_SIZE=4096M
43
43
VERSION_MAJOR =4
44
44
VERSION_MINOR =16
45
45
VERSION_PATCH =0
46
- VERSION_NAME =4.16.0-SNAPSHOT
46
+ VERSION_NAME =4.16.0
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ POM_DESCRIPTION=An integration library to integrate with Jetpack Compose
6
6
VERSION_MAJOR =1
7
7
VERSION_MINOR =0
8
8
VERSION_PATCH =0
9
- VERSION_NAME =1.0.0-alpha.4-SNAPSHOT
9
+ VERSION_NAME =1.0.0-alpha.5
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ POM_DESCRIPTION=An integration library to improve Kotlin interop with Glide
6
6
VERSION_MAJOR =1
7
7
VERSION_MINOR =0
8
8
VERSION_PATCH =0
9
- VERSION_NAME =1.0.0-alpha.4-SNAPSHOT
9
+ VERSION_NAME =1.0.0-alpha.5
You can’t perform that action at this time.
0 commit comments