File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/com/turingtechnologies/materialscrollbar Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
siteUrl = ' https://github.com/krimin-killr21/MaterialScrollBar'
14
14
gitUrl = ' https://github.com/krimin-killr21/MaterialScrollBar.git'
15
15
16
- libraryVersion = ' 5.0.0 '
16
+ libraryVersion = ' 5.0.1 '
17
17
18
18
developerId = ' krimin-killr21'
19
19
developerName = ' Turing Technologies'
@@ -31,8 +31,8 @@ android {
31
31
defaultConfig {
32
32
minSdkVersion 7
33
33
targetSdkVersion 23
34
- versionCode 9
35
- versionName " 5.0.0 "
34
+ versionCode 10
35
+ versionName " 5.0.1 "
36
36
}
37
37
}
38
38
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ int getIndicatorWidth() {
93
93
94
94
@ Override
95
95
void testAdapter (RecyclerView .Adapter adapter ) {
96
- if (!(adapter instanceof INameableAdapter )){
96
+ if (!(adapter instanceof IDateableAdapter )){
97
97
throw new adapterNotSetupForIndicatorException ("IDateableAdapter" );
98
98
}
99
99
}
You can’t perform that action at this time.
0 commit comments