File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
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
2323dependencies {
24- compile ' com.android.support:design:26 .0.2'
24+ compile ' com.android.support:design:27 .0.2'
2525 compile project(' :library' )
2626}
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22
33android {
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
1414dependencies {
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
1919apply from : rootProject. file(' gradle/maven-push.gradle' )
You can’t perform that action at this time.
0 commit comments