Skip to content

Commit cf9108c

Browse files
authored
Update build.gradle
1 parent 1be3593 commit cf9108c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

demo/build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 23
5-
buildToolsVersion "23.0.3"
4+
compileSdkVersion 26
5+
buildToolsVersion "26.0.0"
66

77
lintOptions {
88
abortOnError false
99
}
1010

1111
defaultConfig {
1212
minSdkVersion 11
13-
targetSdkVersion 23
13+
targetSdkVersion 26
1414
}
1515
}
1616

1717
dependencies {
18-
compile 'com.android.support:support-v4:23.4.0'
19-
compile 'com.android.support:appcompat-v7:23.4.0'
18+
compile 'com.android.support:support-v4:26.0.0-alpha1'
19+
compile 'com.android.support:appcompat-v7:26.0.0-alpha1'
2020
compile project(':library')
2121
}

0 commit comments

Comments
 (0)