We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29db753 commit 99e62e6Copy full SHA for 99e62e6
README.md
@@ -45,7 +45,7 @@ repositories {
45
}
46
47
dependencies {
48
- compile 'org.adw.library:discrete-seekbar:1.0.0'
+ compile 'org.adw.library:discrete-seekbar:1.0.1'
49
50
```
51
library/build.gradle
@@ -29,8 +29,8 @@ buildscript {
29
/**
30
* Properties for versioning
31
*/
32
-def libVersionCode = 1
33
-def libVersion = '1.0.0'
+def libVersionCode = 2
+def libVersion = '1.0.1'
34
35
36
android {
0 commit comments