Skip to content

Commit 83d367d

Browse files
authored
Update build.gradle
1 parent 0f96fb7 commit 83d367d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

library/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ repositories {
55
}
66

77
dependencies {
8-
compile 'com.android.support:support-v4:23.4.0'
9-
compile 'com.android.support:support-annotations:23.4.0'
10-
compile 'com.android.support:recyclerview-v7:23.4.0'
8+
compile 'com.android.support:support-v4:26.+'
9+
compile 'com.android.support:support-annotations:26.+'
10+
compile 'com.android.support:recyclerview-v7:26.+'
1111
}
1212

1313
android {
14-
compileSdkVersion 23
15-
buildToolsVersion "23.0.3"
14+
compileSdkVersion 26
15+
buildToolsVersion "26.+"
1616
lintOptions {
1717
abortOnError false
1818
}
1919
}
2020

21-
apply from: '../maven_push.gradle'
21+
apply from: '../maven_push.gradle'

0 commit comments

Comments
 (0)