Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Semper-Viventem committed Feb 10, 2019
2 parents 292833b + 5c36e50 commit cd57966
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ This library makes it easy to implement a [Backdrop](https://material.io/design/
*For support library:*
```groovy
dependencies {
implementation 'ru.semper-viventem.backdrop:backdrop:0.1.3'
implementation 'ru.semper-viventem.backdrop:backdrop:0.1.5'
}
```
*For Android X:*
```groovy
dependencies {
implementation 'ru.semper-viventem.backdrop:backdrop:0.1.3_x'
implementation 'ru.semper-viventem.backdrop:backdrop:0.1.5_x'
}
```
**JitPack:**
Expand All @@ -36,7 +36,7 @@ repositories {
}
dependencies {
implementation 'com.github.Semper-Viventem:BackdropView:0.1.2'
implementation 'com.github.Semper-Viventem:BackdropView:0.1.5'
}
```

Expand Down
2 changes: 1 addition & 1 deletion backdrop/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ext {
siteUrl = 'https://github.com/Semper-Viventem/BackdropView'
gitUrl = 'https://github.com/Semper-Viventem/BackdropView'

libraryVersion = '0.1.3'
libraryVersion = '0.1.5'

developerId = 'semper-viventem'
developerName = 'constantine'
Expand Down

0 comments on commit cd57966

Please sign in to comment.