288330a663
1bd1816919
@ -24,9 +24,9 @@ android:
components:
- tools
- platform-tools
- build-tools-26.0.1
- build-tools-27.0.1
- android-26
- android-27
- doc-26
- doc-27
install:
# Setup
@ -83,4 +83,4 @@ deploy:
skip_cleanup: true
on:
branch: master
tags: true
@ -23,11 +23,11 @@ allprojects {
}
ext {
compileSdkVersion = 26
compileSdkVersion = 27
buildToolsVersion = "26.0.1"
buildToolsVersion = "27.0.1"
supportLibVersion = '26.1.0'
supportLibVersion = '27.0.2'
minSdkVersion = 15
targetSdkVersion = 26
targetSdkVersion = 27
task clean(type: Delete) {