Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
Semper-Viventem committed Aug 17, 2018
1 parent fc65a8b commit 17c6b14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 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 17c6b14

Please sign in to comment.