Skip to content

Commit b853be1

Browse files
committed
Prepare for release 2.4.6
1 parent e4736e1 commit b853be1

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Next, add the dependency below to your **module**'s `build.gradle` file:
7070

7171
```gradle
7272
dependencies {
73-
implementation("com.github.skydoves:landscapist-glide:2.4.5")
73+
implementation("com.github.skydoves:landscapist-glide:2.4.6")
7474
}
7575
```
7676

docs/glide/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ Next, add the dependency below to your **module**'s `build.gradle` file:
2323

2424
```Groovy
2525
dependencies {
26-
implementation "com.github.skydoves:landscapist-glide:2.4.5"
26+
implementation "com.github.skydoves:landscapist-glide:2.4.6"
2727
}
2828
```
2929

3030
=== "KTS"
3131

3232
```kotlin
3333
dependencies {
34-
implementation("com.github.skydoves:landscapist-glide:2.4.5")
34+
implementation("com.github.skydoves:landscapist-glide:2.4.6")
3535
}
3636
```
3737

docs/version-map.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ The Landscapist utilizes varying Compose versions and JVM targets for each relea
55

66
| Landscapist | Compose UI | Jvm Target | Glide | Coil | Fresco |
77
|-------------|------------------------|------------|--------|-------|--------|
8+
| 2.4.6 | 1.7.6 (BOM 2024.12.01) | 11 | 4.16.0 | 3.0.4 | 3.5.0 |
89
| 2.4.5 | 1.7.6 (BOM 2024.12.01) | 11 | 4.16.0 | 3.0.4 | 3.5.0 |
910
| 2.4.4 | 1.7.5 (BOM 2024.11.00) | 11 | 4.16.0 | 3.0.4 | 3.5.0 |
1011
| 2.4.3 | 1.7.5 (BOM 2024.11.00) | 11 | 4.16.0 | 3.0.3 | 3.3.0 |

0 commit comments

Comments
 (0)