diff --git a/README.md b/README.md index ba6ea20a2f..e37b239877 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ repositories { } dependencies { -  implementation 'com.github.bumptech.glide:glide:4.13.0' - annotationProcessor 'com.github.bumptech.glide:compiler:4.13.0' +  implementation 'com.github.bumptech.glide:glide:4.13.2' + annotationProcessor 'com.github.bumptech.glide:compiler:4.13.2' } ``` @@ -42,12 +42,12 @@ Or Maven: com.github.bumptech.glide glide - 4.13.0 + 4.13.2 com.github.bumptech.glide compiler - 4.13.0 + 4.13.2 true ``` diff --git a/gradle.properties b/gradle.properties index 3855ce367b..efd0bb3fbc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -54,7 +54,7 @@ TEST_JVM_MEMORY_SIZE=4096M TRUTH_VERSION=0.45 VERSION_MAJOR=4 VERSION_MINOR=13 -VERSION_NAME=4.13.1 +VERSION_NAME=4.13.2 VERSION_PATCH=1 VIOLATIONS_PLUGIN_VERSION=1.8 VOLLEY_VERSION=1.2.0