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 1be3593 commit cf9108cCopy full SHA for cf9108c
demo/build.gradle
@@ -1,21 +1,21 @@
1
apply plugin: 'com.android.application'
2
3
android {
4
- compileSdkVersion 23
5
- buildToolsVersion "23.0.3"
+ compileSdkVersion 26
+ buildToolsVersion "26.0.0"
6
7
lintOptions {
8
abortOnError false
9
}
10
11
defaultConfig {
12
minSdkVersion 11
13
- targetSdkVersion 23
+ targetSdkVersion 26
14
15
16
17
dependencies {
18
- compile 'com.android.support:support-v4:23.4.0'
19
- compile 'com.android.support:appcompat-v7:23.4.0'
+ compile 'com.android.support:support-v4:26.0.0-alpha1'
+ compile 'com.android.support:appcompat-v7:26.0.0-alpha1'
20
compile project(':library')
21
0 commit comments