Updated versions to API level 27

This commit updates compile sdk, build tools, support lib and target sdk versions to target and use Android Oreo and it's APIs.
pull/130/head
moliata 7 years ago committed by GitHub
parent 1bd1816919
commit 496c21c3f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      build.gradle

@ -23,11 +23,11 @@ allprojects {
} }
ext { ext {
compileSdkVersion = 26 compileSdkVersion = 27
buildToolsVersion = "26.0.1" buildToolsVersion = "27.0.1"
supportLibVersion = '26.1.0' supportLibVersion = '27.0.2'
minSdkVersion = 15 minSdkVersion = 15
targetSdkVersion = 26 targetSdkVersion = 27
} }
task clean(type: Delete) { task clean(type: Delete) {

Loading…
Cancel
Save