Skip to content

Commit

Permalink
Update version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hearsilent committed Apr 6, 2020
1 parent 4b9dd81 commit fcec9df
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.2'
implementation 'com.github.hearsilent:DiscreteSlider:1.2.0'
}
```

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

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

Expand Down

0 comments on commit fcec9df

Please sign in to comment.