Skip to content

Commit

Permalink
Bump 1.1.6 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Feb 25, 2021
1 parent 6190d5e commit 7acd2af
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ allprojects {
And add a dependency code to your **module**'s `build.gradle` file.
```gradle
dependencies {
implementation "com.github.skydoves:landscapist-glide:1.1.5"
implementation "com.github.skydoves:landscapist-glide:1.1.6"
}
```

Expand Down
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ buildscript {
}
}

apply plugin: 'org.jetbrains.dokka'

tasks.withType(org.jetbrains.dokka.gradle.DokkaMultiModuleTask).configureEach {
outputDirectory = rootProject.file('docs/api')
failOnWarning = true
}

allprojects {
repositories {
google()
Expand Down
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ext.versions = [
minSdk : 21,
compileSdk : 30,
versionCode : 15,
versionName : '1.1.4',
versionCode : 17,
versionName : '1.1.6',

gradleBuildTool : '7.0.0-alpha05',
spotlessGradle : '5.9.0',
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.1.6-SNAPSHOT
VERSION_NAME=1.1.7-SNAPSHOT

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

0 comments on commit 7acd2af

Please sign in to comment.