提交 f05dc607 编写于 作者: G Glide

Merge pull request #4040 from sjudd:bump_version_to_4.11.0

PiperOrigin-RevId: 288716659
......@@ -31,8 +31,8 @@ repositories {
}
dependencies {
 implementation 'com.github.bumptech.glide:glide:4.10.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.10.0'
 implementation 'com.github.bumptech.glide:glide:4.11.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
}
```
......@@ -42,12 +42,12 @@ Or Maven:
<dependency>
<groupId>com.github.bumptech.glide</groupId>
<artifactId>glide</artifactId>
<version>4.10.0</version>
<version>4.11.0</version>
</dependency>
<dependency>
<groupId>com.github.bumptech.glide</groupId>
<artifactId>compiler</artifactId>
<version>4.10.0</version>
<version>4.11.0</version>
<optional>true</optional>
</dependency>
```
......
org.gradle.daemon=true
org.gradle.configureondemand=false
VERSION_NAME=4.11.0-SNAPSHOT
VERSION_NAME=4.11.0
VERSION_MAJOR=4
VERSION_MINOR=11
VERSION_PATCH=0
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册