From 7f7d9cc02e8fc2f2706d71b6d1ae0831c0f6c47f Mon Sep 17 00:00:00 2001 From: Sam Judd Date: Tue, 31 Oct 2017 07:59:28 -0700 Subject: [PATCH] Update README to point to 4.3.0. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4a3e2fa91..c59b4ba18 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ repositories { } dependencies { - compile 'com.github.bumptech.glide:glide:4.2.0' - annotationProcessor 'com.github.bumptech.glide:compiler:4.2.0' + compile 'com.github.bumptech.glide:glide:4.3.0' + annotationProcessor 'com.github.bumptech.glide:compiler:4.3.0' } ``` @@ -40,7 +40,7 @@ Or Maven: com.github.bumptech.glide glide - 4.2.0 + 4.3.0 com.google.android @@ -50,7 +50,7 @@ Or Maven: com.github.bumptech.glide compiler - 4.2.0 + 4.3.0 true ``` -- GitLab