Bump sdk and support lib versions (#190)

* bump sdk and support lib versions
* update travis versions
pull/196/merge
Caleb Allen 7 years ago committed by Mattia Iavarone
parent 0200e2cf61
commit f6b2506ecf
  1. 6
      .travis.yml
  2. 8
      build.gradle

@ -24,9 +24,9 @@ android:
components: components:
- tools - tools
- platform-tools - platform-tools
- build-tools-26.0.1 - build-tools-27.0.3
- android-26 - android-27
- doc-26 - doc-27
install: install:
# Setup # Setup

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

Loading…
Cancel
Save