From c7b743a0419ad44afae568c9fdaee35c506a647f Mon Sep 17 00:00:00 2001 From: skydoves Date: Sat, 23 Nov 2024 09:56:56 +0900 Subject: [PATCH] Update docs --- README.md | 2 +- docs/glide/overview.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1fa52b7c..6d6238e9 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Next, add the dependency below to your **module**'s `build.gradle` file: ```gradle dependencies { - implementation("com.github.skydoves:landscapist-glide:2.4.2") + implementation("com.github.skydoves:landscapist-glide:2.4.3") } ``` diff --git a/docs/glide/overview.md b/docs/glide/overview.md index 1557344b..882e54f3 100644 --- a/docs/glide/overview.md +++ b/docs/glide/overview.md @@ -23,7 +23,7 @@ Next, add the dependency below to your **module**'s `build.gradle` file: ```Groovy dependencies { - implementation "com.github.skydoves:landscapist-glide:2.4.2" + implementation "com.github.skydoves:landscapist-glide:2.4.3" } ``` @@ -31,7 +31,7 @@ Next, add the dependency below to your **module**'s `build.gradle` file: ```kotlin dependencies { - implementation("com.github.skydoves:landscapist-glide:2.4.2") + implementation("com.github.skydoves:landscapist-glide:2.4.3") } ```