Skip to content

Commit

Permalink
Update version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hearsilent committed Jul 12, 2019
1 parent 7e0768b commit f1d3098
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 @@ -33,7 +33,7 @@ allprojects {
**Step 2.** Add the dependency
```gradle
dependencies {
implementation 'com.github.hearsilent:DiscreteSlider:1.1.1'
implementation 'com.github.hearsilent:DiscreteSlider:1.1.2'
}
```

Expand Down
4 changes: 2 additions & 2 deletions discreteslider/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 28
versionCode 101010
versionName "1.1.1"
versionCode 101020
versionName "1.1.2"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit f1d3098

Please sign in to comment.