Skip to content

Commit

Permalink
+ci
Browse files Browse the repository at this point in the history
  • Loading branch information
董炼师 committed Sep 15, 2015
1 parent 1808f6f commit 1a40041
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ language: android
jdk: oraclejdk7
env:
matrix:
- ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a
- ANDROID_TARGET=android-22 ANDROID_ABI=armeabi-v7a

android:
components:
- build-tools-19.0.0
- build-tools-22.0.0

before_script:
# Create and start emulator
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ buildscript {
apply plugin: 'com.android.library'

android {
compileSdkVersion 19
buildToolsVersion "19.0.0"
compileSdkVersion 22
buildToolsVersion "22.0.0"

sourceSets {
main {
Expand Down

0 comments on commit 1a40041

Please sign in to comment.