From 7539da2fd07c23370e3155cb0e3a130cd59d41e8 Mon Sep 17 00:00:00 2001 From: Kevin Robatel Date: Wed, 10 Aug 2022 14:40:47 +0200 Subject: [PATCH] 4.0.2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bcdd5b2..368b8fb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Glide SVG ## Installation -Use [JitPack.io](https://jitpack.io/#qoqa/glide-svg/4.0.1) +Use [JitPack.io](https://jitpack.io/#qoqa/glide-svg/4.0.2) ``` repositories { @@ -12,7 +12,7 @@ repositories { ``` dependencies { ... - implementation 'com.github.qoqa:glide-svg:4.0.1' + implementation 'com.github.qoqa:glide-svg:4.0.2' } ```