Skip to content

Commit

Permalink
- Increased version to 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mcatta committed May 29, 2019
1 parent 97e7194 commit c64504a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Developers can customize the following attributes (both via XML and programmatic
Dependency
=======
```
implementation 'com.chili:slider-material:1.3.3'
implementation 'com.chili:slider-material:1.3.4'
```


Expand Down
4 changes: 2 additions & 2 deletions slider-material/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ apply plugin: 'kotlin-android-extensions'

apply plugin: 'com.novoda.bintray-release'

def sliderVersionCode = 7
def sliderVersionName = "1.3.3"
def sliderVersionCode = 8
def sliderVersionName = "1.3.4"

android {
compileSdkVersion 28
Expand Down

0 comments on commit c64504a

Please sign in to comment.