Skip to content

Commit 9845475

Browse files
committed
Prepare for release 2.5.2
1 parent 7e2d605 commit 9845475

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
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.5.1")
73+
implementation("com.github.skydoves:landscapist-glide:2.5.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 = 5
26-
const val patchVersion = 1
26+
const val patchVersion = 2
2727
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
28-
const val versionCode = 110
28+
const val versionCode = 111
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.5.1"
26+
implementation "com.github.skydoves:landscapist-glide:2.5.2"
2727
}
2828
```
2929

3030
=== "KTS"
3131

3232
```kotlin
3333
dependencies {
34-
implementation("com.github.skydoves:landscapist-glide:2.5.1")
34+
implementation("com.github.skydoves:landscapist-glide:2.5.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.5.2 | 1.8.3 (BOM 2025.07.00) | 17 | 4.16.0 | 2.7.0 or 3.3.0 | 3.6.0 |
89
| 2.5.1 | 1.8.2 (BOM 2025.06.00) | 11 | 4.16.0 | 2.7.0 or 3.2.0 | 3.6.0 |
910
| 2.5.0 | 1.8.2 (BOM 2025.06.00) | 11 | 4.16.0 | 2.7.0 or 3.2.0 | 3.6.0 |
1011
| 2.4.9 | 1.8.0 (BOM 2025.05.00) | 11 | 4.16.0 | 2.7.0 or 3.2.0 | 3.6.0 |

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jvmTarget = "17"
55
nexusPlugin = "0.34.0"
66
kotlinxCoroutines = "1.10.2"
77
kotlinBinaryCompatibility = "0.18.1"
8-
androidGradlePlugin = "8.12.0"
8+
androidGradlePlugin = "8.11.0"
99
androidxActivity = "1.10.1"
1010
androidxMaterial = "1.12.0"
1111
androidxComposeBom = "2025.07.00"

0 commit comments

Comments
 (0)