File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 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.14.2 '
35
- annotationProcessor 'com.github.bumptech.glide:compiler:4.14.2 '
34
+ implementation 'com.github.bumptech.glide:glide:4.15.0 '
35
+ annotationProcessor 'com.github.bumptech.glide:compiler:4.15.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.14.2 </version >
45
+ <version >4.15.0 </version >
46
46
</dependency >
47
47
<dependency >
48
48
<groupId >com.github.bumptech.glide</groupId >
49
49
<artifactId >compiler</artifactId >
50
- <version >4.14.2 </version >
50
+ <version >4.15.0 </version >
51
51
<optional >true</optional >
52
52
</dependency >
53
53
```
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ TEST_JVM_MEMORY_SIZE=4096M
44
44
VERSION_MAJOR =4
45
45
VERSION_MINOR =15
46
46
VERSION_PATCH =0
47
- VERSION_NAME =4.15.0-SNAPSHOT
47
+ VERSION_NAME =4.15.0
48
48
49
49
# # SDK versioning
50
50
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.1-SNAPSHOT
9
+ VERSION_NAME =1.0.0-alpha.2
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.1-SNAPSHOT
9
+ VERSION_NAME =1.0.0-alpha.2
You can’t perform that action at this time.
0 commit comments