Skip to content

Commit 2d44e2a

Browse files
committed
Prepare for release 2.10.0
1 parent 9bd3474 commit 2d44e2a

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

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

409409
```gradle
410410
dependencies {
411-
implementation("com.github.skydoves:landscapist-glide:2.9.8")
411+
implementation("com.github.skydoves:landscapist-glide:2.10.0")
412412
}
413413
```
414414

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ object Configuration {
2222
const val minSdk = 21
2323
const val minSdk24 = 24
2424
const val majorVersion = 2
25-
const val minorVersion = 9
26-
const val patchVersion = 8
25+
const val minorVersion = 10
26+
const val patchVersion = 0
2727
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
28-
const val versionCode = 129
28+
const val versionCode = 130
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.9.8"
26+
implementation "com.github.skydoves:landscapist-glide:2.10.0"
2727
}
2828
```
2929

3030
=== "KTS"
3131

3232
```kotlin
3333
dependencies {
34-
implementation("com.github.skydoves:landscapist-glide:2.9.8")
34+
implementation("com.github.skydoves:landscapist-glide:2.10.0")
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.10.0 | 1.11.3 (BOM 2026.06.00) | 17 | 5.0.7 | 2.7.0 or 3.5.0 | 3.7.0 |
89
| 2.9.8 | 1.11.0 (BOM 2026.01.00) | 17 | 5.0.5 | 2.7.0 or 3.3.0 | 3.6.0 |
910
| 2.9.7 | 1.11.0 (BOM 2026.01.00) | 17 | 5.0.5 | 2.7.0 or 3.3.0 | 3.6.0 |
1011
| 2.9.6 | 1.11.0 (BOM 2026.01.00) | 17 | 5.0.5 | 2.7.0 or 3.3.0 | 3.6.0 |

0 commit comments

Comments
 (0)