Skip to content

Commit

Permalink
Prepare to release 2.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Aug 29, 2023
1 parent 96bdd38 commit 4326c2a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ repositories {
Next, add the dependency below to your **module**'s `build.gradle` file:
```gradle
dependencies {
implementation "com.github.skydoves:landscapist-glide:2.2.8-SNAPSHOT"
implementation "com.github.skydoves:landscapist-glide:2.2.9-SNAPSHOT"
}
```
</details>
Expand All @@ -89,7 +89,7 @@ allprojects {
Next, add the dependency below to your **module**'s `build.gradle` file:
```gradle
dependencies {
implementation "com.github.skydoves:landscapist-glide:2.2.7"
implementation "com.github.skydoves:landscapist-glide:2.2.8"
}
```

Expand Down
4 changes: 2 additions & 2 deletions docs/glide/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ Next, add the dependency below to your **module**'s `build.gradle` file:

```Groovy
dependencies {
implementation "com.github.skydoves:landscapist-glide:2.2.7"
implementation "com.github.skydoves:landscapist-glide:2.2.8"
}
```

=== "KTS"

```kotlin
dependencies {
implementation("com.github.skydoves:landscapist-glide:2.2.7")
implementation("com.github.skydoves:landscapist-glide:2.2.8")
}
```

Expand Down
4 changes: 2 additions & 2 deletions docs/snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ Next, add the dependency below to your **module**'s `build.gradle` file:

```Groovy
dependencies {
implementation "com.github.skydoves:landscapist-glide:2.2.8-SNAPSHOT"
implementation "com.github.skydoves:landscapist-glide:2.2.9-SNAPSHOT"
}
```

=== "KTS"

```kotlin
dependencies {
implementation("com.github.skydoves:landscapist-glide:2.2.8-SNAPSHOT")
implementation("com.github.skydoves:landscapist-glide:2.2.9-SNAPSHOT")
}
```

0 comments on commit 4326c2a

Please sign in to comment.