Skip to content

Commit

Permalink
Prepare for release 2.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Jan 3, 2025
1 parent e4736e1 commit b853be1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
```

Expand Down
4 changes: 2 additions & 2 deletions docs/glide/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ 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"
}
```

=== "KTS"

```kotlin
dependencies {
implementation("com.github.skydoves:landscapist-glide:2.4.5")
implementation("com.github.skydoves:landscapist-glide:2.4.6")
}
```

Expand Down
1 change: 1 addition & 0 deletions docs/version-map.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit b853be1

Please sign in to comment.