File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ repositories {
31
31
}
32
32
33
33
dependencies {
34
- implementation 'com.github.bumptech.glide:glide:4.13.2 '
35
- annotationProcessor 'com.github.bumptech.glide:compiler:4.13.2 '
34
+ implementation 'com.github.bumptech.glide:glide:4.14.0 '
35
+ annotationProcessor 'com.github.bumptech.glide:compiler:4.14.0 '
36
36
}
37
37
```
38
38
@@ -42,12 +42,12 @@ Or Maven:
42
42
<dependency >
43
43
<groupId >com.github.bumptech.glide</groupId >
44
44
<artifactId >glide</artifactId >
45
- <version >4.13.2 </version >
45
+ <version >4.14.0 </version >
46
46
</dependency >
47
47
<dependency >
48
48
<groupId >com.github.bumptech.glide</groupId >
49
49
<artifactId >compiler</artifactId >
50
- <version >4.13.2 </version >
50
+ <version >4.14.0 </version >
51
51
<optional >true</optional >
52
52
</dependency >
53
53
```
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ TEST_JVM_MEMORY_SIZE=4096M
36
36
VERSION_MAJOR =4
37
37
VERSION_MINOR =14
38
38
VERSION_PATCH =0
39
- VERSION_NAME =4.14.0-SNAPSHOT
39
+ VERSION_NAME =4.14.0
40
40
41
41
# # SDK versioning
42
42
COMPILE_SDK_VERSION =33
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.0-SNAPSHOT
9
+ VERSION_NAME =1.0.0-alpha.0
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.0-SNAPSHOT
9
+ VERSION_NAME =1.0.0-alpha.0
You can’t perform that action at this time.
0 commit comments