Skip to content

Commit 4250bd5

Browse files
committed
Prepare for release 2.6.1
1 parent 93093b5 commit 4250bd5

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
@@ -76,7 +76,7 @@ Next, add the dependency below to your **module**'s `build.gradle` file:
7676

7777
```gradle
7878
dependencies {
79-
implementation("com.github.skydoves:landscapist-glide:2.6.0")
79+
implementation("com.github.skydoves:landscapist-glide:2.6.1")
8080
}
8181
```
8282

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 = 6
26-
const val patchVersion = 0
26+
const val patchVersion = 1
2727
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
28-
const val versionCode = 112
28+
const val versionCode = 113
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.6.0"
26+
implementation "com.github.skydoves:landscapist-glide:2.6.1"
2727
}
2828
```
2929

3030
=== "KTS"
3131

3232
```kotlin
3333
dependencies {
34-
implementation("com.github.skydoves:landscapist-glide:2.6.0")
34+
implementation("com.github.skydoves:landscapist-glide:2.6.1")
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.6.1 | 1.9.1 (BOM 2025.09.00) | 17 | 5.0.5 | 2.7.0 or 3.3.0 | 3.6.0 |
89
| 2.6.0 | 1.9.1 (BOM 2025.09.00) | 17 | 5.0.5 | 2.7.0 or 3.3.0 | 3.6.0 |
910
| 2.5.2 | 1.8.3 (BOM 2025.07.00) | 17 | 4.16.0 | 2.7.0 or 3.3.0 | 3.6.0 |
1011
| 2.5.1 | 1.8.2 (BOM 2025.06.00) | 11 | 4.16.0 | 2.7.0 or 3.2.0 | 3.6.0 |

0 commit comments

Comments
 (0)