Skip to content

Commit

Permalink
Updated references
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBIMC committed May 21, 2016
1 parent 41571ad commit c30398f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ android {
versionCode 10
versionName "2.0.0"
}

lintOptions {
abortOnError false
}
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
dependencies {
compile project(':library')
// for your projects use:
// compile 'com.pavelsikun:material-seekbar-preference:0.12.1+'
// compile 'com.pavelsikun:material-seekbar-preference:2.0.0'

compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.android.support:design:23.4.0'
Expand Down

0 comments on commit c30398f

Please sign in to comment.