Skip to content

Commit

Permalink
Update compileSdkVersion to 27
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed Feb 17, 2018
1 parent 698aa0c commit 128db3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ android:
components:
- tools
- build-tools-27.0.3
- android-25
- android-27
- extra-android-m2repository

jdk: oraclejdk8

before_install:
- yes | sdkmanager "platforms;android-27"

script: ./gradlew testDebug
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kotlinVersion=1.1.4-3
androidCompileSdkVersion=25
androidCompileSdkVersion=27
androidBuildToolsVersion=27.0.3
androidSupportLibraryVersion=25.2.0
timberVersion=4.5.1
Expand Down

0 comments on commit 128db3c

Please sign in to comment.