Skip to content

Commit f43adba

Browse files
author
Jared Rummler
committed
Update SdkVersion to 27
1 parent 6ca7bab commit f43adba

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

demo/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 26
5-
buildToolsVersion '26.0.2'
4+
compileSdkVersion 27
5+
buildToolsVersion '27.0.0'
66

77
defaultConfig {
88
applicationId "com.jaredrummler.materialspinner.example"
99
minSdkVersion 14
10-
targetSdkVersion 26
10+
targetSdkVersion 27
1111
}
1212
buildTypes {
1313
release {
@@ -21,6 +21,6 @@ android {
2121
}
2222

2323
dependencies {
24-
compile 'com.android.support:design:26.0.2'
24+
compile 'com.android.support:design:27.0.2'
2525
compile project(':library')
2626
}

library/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 26
5-
buildToolsVersion '26.0.2'
4+
compileSdkVersion 27
5+
buildToolsVersion '27.0.0'
66
resourcePrefix 'ms__'
77

88
defaultConfig {
99
minSdkVersion 14
10-
targetSdkVersion 26
10+
targetSdkVersion 27
1111
}
1212
}
1313

1414
dependencies {
1515
testCompile 'junit:junit:4.12'
16-
compile 'com.android.support:support-annotations:26.0.2'
16+
compile 'com.android.support:support-annotations:27.0.2'
1717
}
1818

1919
apply from: rootProject.file('gradle/maven-push.gradle')

0 commit comments

Comments
 (0)