From b853be1c449428ed1f68f1d6992aa8fe09eaffd1 Mon Sep 17 00:00:00 2001 From: skydoves Date: Fri, 3 Jan 2025 12:08:39 +0900 Subject: [PATCH] Prepare for release 2.4.6 --- README.md | 2 +- docs/glide/overview.md | 4 ++-- docs/version-map.md | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ab9142b9..76f7012a 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.5") + implementation("com.github.skydoves:landscapist-glide:2.4.6") } ``` diff --git a/docs/glide/overview.md b/docs/glide/overview.md index f00a8d5a..8d684320 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.5" + implementation "com.github.skydoves:landscapist-glide:2.4.6" } ``` @@ -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.5") + implementation("com.github.skydoves:landscapist-glide:2.4.6") } ``` diff --git a/docs/version-map.md b/docs/version-map.md index 9f410ca8..24ba5aae 100644 --- a/docs/version-map.md +++ b/docs/version-map.md @@ -5,6 +5,7 @@ The Landscapist utilizes varying Compose versions and JVM targets for each relea | Landscapist | Compose UI | Jvm Target | Glide | Coil | Fresco | |-------------|------------------------|------------|--------|-------|--------| +| 2.4.6 | 1.7.6 (BOM 2024.12.01) | 11 | 4.16.0 | 3.0.4 | 3.5.0 | | 2.4.5 | 1.7.6 (BOM 2024.12.01) | 11 | 4.16.0 | 3.0.4 | 3.5.0 | | 2.4.4 | 1.7.5 (BOM 2024.11.00) | 11 | 4.16.0 | 3.0.4 | 3.5.0 | | 2.4.3 | 1.7.5 (BOM 2024.11.00) | 11 | 4.16.0 | 3.0.3 | 3.3.0 |