Skip to content

Commit 08b7e17

Browse files
committed
Prepare for 2.4.5
1 parent afd3581 commit 08b7e17

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
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.4")
73+
implementation("com.github.skydoves:landscapist-glide:2.4.5")
7474
}
7575
```
7676

buildSrc/src/main/kotlin/com/github/skydoves/landscapist/Configuration.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ object Configuration {
2323
const val minSdk24 = 24
2424
const val majorVersion = 2
2525
const val minorVersion = 4
26-
const val patchVersion = 4
26+
const val patchVersion = 5
2727
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
28-
const val versionCode = 103
28+
const val versionCode = 104
2929
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
3030
const val artifactGroup = "com.github.skydoves"
3131
}

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.4"
26+
implementation "com.github.skydoves:landscapist-glide:2.4.5"
2727
}
2828
```
2929

3030
=== "KTS"
3131

3232
```kotlin
3333
dependencies {
34-
implementation("com.github.skydoves:landscapist-glide:2.4.4")
34+
implementation("com.github.skydoves:landscapist-glide:2.4.5")
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.5 | 1.7.6 (BOM 2024.12.01) | 11 | 4.16.0 | 3.0.4 | 3.5.0 |
89
| 2.4.4 | 1.7.5 (BOM 2024.11.00) | 11 | 4.16.0 | 3.0.4 | 3.5.0 |
910
| 2.4.3 | 1.7.5 (BOM 2024.11.00) | 11 | 4.16.0 | 3.0.3 | 3.3.0 |
1011
| 2.4.2 | 1.7.5 (BOM 2024.10.01) | 11 | 4.16.0 | 3.0.0 | 3.3.0 |

0 commit comments

Comments
 (0)