We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd0f69 commit e6e1d05Copy full SHA for e6e1d05
README.md
@@ -33,7 +33,7 @@ allprojects {
33
**Step 2.** Add the dependency
34
```gradle
35
dependencies {
36
- implementation 'com.github.hearsilent:DiscreteSlider:1.0.4'
+ implementation 'com.github.hearsilent:DiscreteSlider:1.0.6'
37
}
38
```
39
discreteslider/build.gradle
@@ -6,8 +6,8 @@ android {
6
defaultConfig {
7
minSdkVersion 14
8
targetSdkVersion 28
9
- versionCode 100050
10
- versionName "1.0.5"
+ versionCode 100060
+ versionName "1.0.6"
11
12
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
13
0 commit comments