Skip to content

Commit

Permalink
Merge pull request #120 from ShawnLin013/feature/Bump-v2.4.7
Browse files Browse the repository at this point in the history
🔖 Bump v2.4.7
  • Loading branch information
ShawnLin013 authored Nov 17, 2018
2 parents 1b1966b + 5f50bcd commit 06396f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,15 +152,15 @@ add `xmlns:app="http://schemas.android.com/apk/res-auto"`

Add the dependency in your `build.gradle`

```groovy
```gradle
buildscript {
repositories {
jcenter()
}
}
dependencies {
compile 'com.shawnlin:number-picker:2.4.6'
compile 'com.shawnlin:number-picker:2.4.7'
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_CODE=14
VERSION_NAME=2.4.6
VERSION_CODE=15
VERSION_NAME=2.4.7

GROUP_ID=com.shawnlin
ARTIFACT_ID=number-picker
Expand Down
Binary file modified screenshot/number-picker-theme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 06396f6

Please sign in to comment.