From 4326c2ad9543dd035fb6200b95105160c3707b55 Mon Sep 17 00:00:00 2001 From: skydoves Date: Tue, 29 Aug 2023 14:50:41 +0900 Subject: [PATCH] Prepare to release 2.2.8 --- README.md | 4 ++-- docs/glide/overview.md | 4 ++-- docs/snapshot.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bd65259d..350da077 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ repositories { Next, add the dependency below to your **module**'s `build.gradle` file: ```gradle dependencies { - implementation "com.github.skydoves:landscapist-glide:2.2.8-SNAPSHOT" + implementation "com.github.skydoves:landscapist-glide:2.2.9-SNAPSHOT" } ``` @@ -89,7 +89,7 @@ allprojects { Next, add the dependency below to your **module**'s `build.gradle` file: ```gradle dependencies { - implementation "com.github.skydoves:landscapist-glide:2.2.7" + implementation "com.github.skydoves:landscapist-glide:2.2.8" } ``` diff --git a/docs/glide/overview.md b/docs/glide/overview.md index a8403c7d..f541e57d 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.2.7" + implementation "com.github.skydoves:landscapist-glide:2.2.8" } ``` @@ -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.2.7") + implementation("com.github.skydoves:landscapist-glide:2.2.8") } ``` diff --git a/docs/snapshot.md b/docs/snapshot.md index 3510e44a..062b9036 100644 --- a/docs/snapshot.md +++ b/docs/snapshot.md @@ -32,7 +32,7 @@ Next, add the dependency below to your **module**'s `build.gradle` file: ```Groovy dependencies { - implementation "com.github.skydoves:landscapist-glide:2.2.8-SNAPSHOT" + implementation "com.github.skydoves:landscapist-glide:2.2.9-SNAPSHOT" } ``` @@ -40,6 +40,6 @@ Next, add the dependency below to your **module**'s `build.gradle` file: ```kotlin dependencies { - implementation("com.github.skydoves:landscapist-glide:2.2.8-SNAPSHOT") + implementation("com.github.skydoves:landscapist-glide:2.2.9-SNAPSHOT") } ```