We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f96fb7 commit 83d367dCopy full SHA for 83d367d
library/build.gradle
@@ -5,17 +5,17 @@ repositories {
5
}
6
7
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'
+ compile 'com.android.support:support-v4:26.+'
+ compile 'com.android.support:support-annotations:26.+'
+ compile 'com.android.support:recyclerview-v7:26.+'
11
12
13
android {
14
- compileSdkVersion 23
15
- buildToolsVersion "23.0.3"
+ compileSdkVersion 26
+ buildToolsVersion "26.+"
16
lintOptions {
17
abortOnError false
18
19
20
21
-apply from: '../maven_push.gradle'
+apply from: '../maven_push.gradle'
0 commit comments