Skip to content

Commit 462416b

Browse files
Merge pull request #5031 from sjudd:bump_version_to_4.15.0
PiperOrigin-RevId: 512098930
2 parents ef0e63d + 76ba99d commit 462416b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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.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'
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.14.2</version>
45+
<version>4.15.0</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>com.github.bumptech.glide</groupId>
4949
<artifactId>compiler</artifactId>
50-
<version>4.14.2</version>
50+
<version>4.15.0</version>
5151
<optional>true</optional>
5252
</dependency>
5353
```

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ TEST_JVM_MEMORY_SIZE=4096M
4444
VERSION_MAJOR=4
4545
VERSION_MINOR=15
4646
VERSION_PATCH=0
47-
VERSION_NAME=4.15.0-SNAPSHOT
47+
VERSION_NAME=4.15.0
4848

4949
## SDK versioning
5050
COMPILE_SDK_VERSION=33

integration/compose/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ POM_DESCRIPTION=An integration library to integrate with Jetpack Compose
66
VERSION_MAJOR=1
77
VERSION_MINOR=0
88
VERSION_PATCH=0
9-
VERSION_NAME=1.0.0-alpha.1-SNAPSHOT
9+
VERSION_NAME=1.0.0-alpha.2

integration/ktx/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ POM_DESCRIPTION=An integration library to improve Kotlin interop with Glide
66
VERSION_MAJOR=1
77
VERSION_MINOR=0
88
VERSION_PATCH=0
9-
VERSION_NAME=1.0.0-alpha.1-SNAPSHOT
9+
VERSION_NAME=1.0.0-alpha.2

0 commit comments

Comments
 (0)