1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-07 16:06:08 +00:00

Upgrade compileSdkToos to 26

This commit is contained in:
davigonz 2017-10-18 12:35:13 +02:00
parent 98eda17cba
commit 1b34e9bd49
4 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ dependencies {
} }
android { android {
compileSdkVersion 24 compileSdkVersion 26
buildToolsVersion '26.0.2' buildToolsVersion '26.0.2'
sourceSets { sourceSets {

View File

@ -9,7 +9,7 @@ dependencies {
} }
android { android {
compileSdkVersion 24 compileSdkVersion 26
buildToolsVersion "26.0.2" buildToolsVersion "26.0.2"
sourceSets { sourceSets {

View File

@ -11,7 +11,7 @@ dependencies {
} }
android { android {
compileSdkVersion 24 compileSdkVersion 26
buildToolsVersion "26.0.2" buildToolsVersion "26.0.2"
sourceSets { sourceSets {

View File

@ -6,7 +6,7 @@ dependencies {
} }
android { android {
compileSdkVersion 24 compileSdkVersion 26
buildToolsVersion "26.0.2" buildToolsVersion "26.0.2"
sourceSets { sourceSets {