Skip to content

Commit

Permalink
merge from oldratlee:update-buildToolsVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
董炼师 committed Sep 18, 2015
1 parent 93a91a4 commit c0df203
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:

android:
components:
- build-tools-22.0.0
- build-tools-22.0.1

before_script:
# Create and start emulator
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion 19
buildToolsVersion "22.0.0"
buildToolsVersion "22.0.1"

sourceSets {
main {
Expand Down

0 comments on commit c0df203

Please sign in to comment.