提交 7f7d9cc0 编写于 作者: S Sam Judd

Update README to point to 4.3.0.

上级 98449136
...@@ -29,8 +29,8 @@ repositories { ...@@ -29,8 +29,8 @@ repositories {
} }
dependencies { dependencies {
compile 'com.github.bumptech.glide:glide:4.2.0' compile 'com.github.bumptech.glide:glide:4.3.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.2.0' annotationProcessor 'com.github.bumptech.glide:compiler:4.3.0'
} }
``` ```
...@@ -40,7 +40,7 @@ Or Maven: ...@@ -40,7 +40,7 @@ Or Maven:
<dependency> <dependency>
<groupId>com.github.bumptech.glide</groupId> <groupId>com.github.bumptech.glide</groupId>
<artifactId>glide</artifactId> <artifactId>glide</artifactId>
<version>4.2.0</version> <version>4.3.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.google.android</groupId> <groupId>com.google.android</groupId>
...@@ -50,7 +50,7 @@ Or Maven: ...@@ -50,7 +50,7 @@ Or Maven:
<dependency> <dependency>
<groupId>com.github.bumptech.glide</groupId> <groupId>com.github.bumptech.glide</groupId>
<artifactId>compiler</artifactId> <artifactId>compiler</artifactId>
<version>4.2.0</version> <version>4.3.0</version>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册