Skip to content

Commit fd8e68a

Browse files
Merge pull request #4904 from sjudd:bump_version_to_4.14.0
PiperOrigin-RevId: 477306484
2 parents e59554f + e220d3e commit fd8e68a

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

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ TEST_JVM_MEMORY_SIZE=4096M
3636
VERSION_MAJOR=4
3737
VERSION_MINOR=14
3838
VERSION_PATCH=0
39-
VERSION_NAME=4.14.0-SNAPSHOT
39+
VERSION_NAME=4.14.0
4040

4141
## SDK versioning
4242
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.0-SNAPSHOT
9+
VERSION_NAME=1.0.0-alpha.0

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.0-SNAPSHOT
9+
VERSION_NAME=1.0.0-alpha.0

0 commit comments

Comments
 (0)