Skip to content

Commit f1d3098

Browse files
committed
Update version to 1.1.2
1 parent 7e0768b commit f1d3098

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ allprojects {
3333
**Step 2.** Add the dependency
3434
```gradle
3535
dependencies {
36-
implementation 'com.github.hearsilent:DiscreteSlider:1.1.1'
36+
implementation 'com.github.hearsilent:DiscreteSlider:1.1.2'
3737
}
3838
```
3939

discreteslider/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
defaultConfig {
77
minSdkVersion 14
88
targetSdkVersion 28
9-
versionCode 101010
10-
versionName "1.1.1"
9+
versionCode 101020
10+
versionName "1.1.2"
1111

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

0 commit comments

Comments
 (0)