Skip to content

Commit

Permalink
Up version
Browse files Browse the repository at this point in the history
  • Loading branch information
Semper-Viventem committed Jul 20, 2018
1 parent 720e43e commit f971f70
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This library makes it easy to implement a [Backdrop](https://material.io/design/
**JCenter (Recommended):**
```groovy
dependencies {
implementation 'ru.semper-viventem.backdrop:backdrop:0.1.0'
implementation 'ru.semper-viventem.backdrop:backdrop:0.1.1'
}
```
*or*
Expand All @@ -28,7 +28,7 @@ repositories {
}
dependencies {
implementation 'com.github.Semper-Viventem:BackdropView:0.1.0'
implementation 'com.github.Semper-Viventem:BackdropView:0.1.1'
}
```

Expand Down
8 changes: 6 additions & 2 deletions backdrop/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,21 @@ ext {
siteUrl = 'https://github.com/Semper-Viventem/BackdropView'
gitUrl = 'https://github.com/Semper-Viventem/BackdropView'

libraryVersion = '0.1.0'
libraryVersion = '0.1.1'

developerId = 'semper-viventem'
developerName = 'constantine'
developerEmail = 'kostyaxxx8@gmail.com'

licenseName = 'MIT License'
licenseUrl = 'https://opensource.org/licenses/MIT'
licenseUrl = 'https://github.com/Semper-Viventem/BackdropView#license'
allLicenses = ["MIT"]
}

subprojects {
tasks.withType(Javadoc).all { enabled = false }
}

android {

compileSdkVersion 27
Expand Down

0 comments on commit f971f70

Please sign in to comment.