Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Nov 23, 2024
1 parent 1b29abf commit c7b743a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Next, add the dependency below to your **module**'s `build.gradle` file:

```gradle
dependencies {
implementation("com.github.skydoves:landscapist-glide:2.4.2")
implementation("com.github.skydoves:landscapist-glide:2.4.3")
}
```

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.4.2"
implementation "com.github.skydoves:landscapist-glide:2.4.3"
}
```

=== "KTS"

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

Expand Down

0 comments on commit c7b743a

Please sign in to comment.