Skip to content

Commit 0977126

Browse files
committed
Prepare for release 2.4.2
1 parent 3f24502 commit 0977126

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.1")
73+
implementation("com.github.skydoves:landscapist-glide:2.4.2")
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 = 1
26+
const val patchVersion = 2
2727
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
28-
const val versionCode = 100
28+
const val versionCode = 101
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.1"
26+
implementation "com.github.skydoves:landscapist-glide:2.4.2"
2727
}
2828
```
2929

3030
=== "KTS"
3131

3232
```kotlin
3333
dependencies {
34-
implementation("com.github.skydoves:landscapist-glide:2.4.1")
34+
implementation("com.github.skydoves:landscapist-glide:2.4.2")
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.2 | 1.7.5 (BOM 2024.10.01) | 11 | 4.16.0 | 3.0.0 | 3.3.0 |
89
| 2.4.1 | 1.7.3 (BOM 2024.09.03) | 11 | 4.16.0 | 2.7.0 | 3.3.0 |
910
| 2.4.0 | 1.7.3 (BOM 2024.09.03) | 11 | 4.16.0 | 2.7.0 | 3.3.0 |
1011
| 2.3.2 | 1.6.2 (BOM 2024.02.01) | 11 | 4.16.0 | 2.5.0 | 3.1.3 |

0 commit comments

Comments
 (0)