diff --git a/README.md b/README.md index b6ea1976..2b6f949b 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ repositories { Next, add the dependency below to your **module**'s `build.gradle` file: ```gradle dependencies { - implementation "com.github.skydoves:landscapist-glide:1.5.0-SNAPSHOT" + implementation "com.github.skydoves:landscapist-glide:1.5.1-SNAPSHOT" } ``` @@ -68,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.9" + implementation "com.github.skydoves:landscapist-glide:1.5.0" } ``` diff --git a/gradle.properties b/gradle.properties index 05635cc4..b18e7148 100644 --- a/gradle.properties +++ b/gradle.properties @@ -30,7 +30,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000 # Maven GROUP=com.github.skydoves -VERSION_NAME=1.5.0-SNAPSHOT +VERSION_NAME=1.5.1-SNAPSHOT POM_URL=https://github.com/skydoves/landscapist/ POM_SCM_URL=https://github.com/skydoves/landscapist/