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 |