File tree 3 files changed +3
-3
lines changed
src/main/java/com/devbrackets/android/recyclerext/widget
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ repositories {
29
29
30
30
dependencies {
31
31
//...
32
- compile 'com.devbrackets.android:recyclerext:0.17.0 '
32
+ compile 'com.devbrackets.android:recyclerext:0.17.1 '
33
33
}
34
34
```
35
35
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ apply plugin: 'bintray-release'
4
4
5
5
def versionMajor = 0
6
6
def versionMinor = 17
7
- def versionPatch = 0
7
+ def versionPatch = 1
8
8
9
9
// Maven GAV
10
10
def libraryGroupId = ' com.devbrackets.android'
Original file line number Diff line number Diff line change @@ -345,7 +345,7 @@ protected Drawable getDrawable(@DrawableRes int res) {
345
345
346
346
@ ColorInt
347
347
protected int getColor (@ ColorRes int res ) {
348
- if (Build .VERSION .SDK_INT >= Build .VERSION_CODES .LOLLIPOP ) {
348
+ if (Build .VERSION .SDK_INT >= Build .VERSION_CODES .M ) {
349
349
return getResources ().getColor (res , getContext ().getTheme ());
350
350
}
351
351
You can’t perform that action at this time.
0 commit comments