Skip to content

Commit 3045616

Browse files
author
Bruno Ferrari
authored
Changed Android Support version from 27.1.0 to 25.4.0 (#20)
1 parent 4dd4dd1 commit 3045616

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library/src/androidTest/java/com/xmartlabs/xmartrecyclerview/common/RecyclerViewAssertions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
import java.util.Locale;
1313

14-
import static android.support.v4.util.Preconditions.checkNotNull;
14+
import static android.support.test.internal.util.Checks.checkNotNull;
1515

1616
public class RecyclerViewAssertions {
1717
public static Matcher<View> countIs(int count) {

versions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ext {
66
targetSdkVersion = 27
77

88
libraryVersion = [
9-
androidSupport: '27.1.0',
9+
androidSupport: '25.4.0',
1010
espresso: '3.0.1',
1111
junit: '4.12',
1212
stream: '1.1.6',

0 commit comments

Comments
 (0)