Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Updated android sdk up to 27.
Browse files Browse the repository at this point in the history
  • Loading branch information
monday8am committed Nov 7, 2018
1 parent 7a970e4 commit 7ae678c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ language: android
android:
components:
# The BuildTools version used by your project
- build-tools-23.0.2
- build-tools-27.0.3

# The SDK version used to compile your project
- android-23
- android-27
jdk:
- oraclejdk7
- oraclejdk8
before_install:
- yes | sdkmanager "platforms;android-27"
- echo "deb https://dl.bintray.com/sbt/debian /" | sudo tee -a /etc/apt/sources.list.d/sbt.list
- sudo apt-get update -qq
- sudo apt-get install -qq -y --force-yes sbt
Expand Down

0 comments on commit 7ae678c

Please sign in to comment.