Skip to content

Commit

Permalink
Prepare for the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Mar 4, 2022
1 parent 36c5a21 commit e83956f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,19 @@ You can see the use cases of this library in the repositories below:
[![Balloon](https://img.shields.io/static/v1?label=snapshot&message=landscapist&logo=apache%20maven&color=C71A36)](https://oss.sonatype.org/content/repositories/snapshots/com/github/skydoves/landscapist/) <br>
Snapshots of the current development version of Landscapist are available, which track [the latest versions](https://oss.sonatype.org/content/repositories/snapshots/com/github/skydoves/landscapist/).

To import snapshot versions on your project, add the code snippet below on your gradle file.
To import snapshot versions on your project, add the code snippet below on your gradle file:
```Gradle
repositories {
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
}
```

Next, add the dependency below to your **module**'s `build.gradle` file:
```gradle
dependencies {
implementation "com.github.skydoves:landscapist-glide:1.5.0-SNAPSHOT"
}
```
</details>

<div class="header">
Expand All @@ -61,7 +68,7 @@ allprojects {
Next, add the dependency below to your **module**'s `build.gradle` file:
```gradle
dependencies {
implementation "com.github.skydoves:landscapist-glide:1.4.8"
implementation "com.github.skydoves:landscapist-glide:1.4.9"
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000
# Maven
GROUP=com.github.skydoves

VERSION_NAME=1.4.9-SNAPSHOT
VERSION_NAME=1.5.0-SNAPSHOT

POM_URL=https://github.com/skydoves/landscapist/
POM_SCM_URL=https://github.com/skydoves/landscapist/
Expand Down

0 comments on commit e83956f

Please sign in to comment.