Skip to content

Commit

Permalink
change buildtools for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Tneciv committed Feb 22, 2016
1 parent 5cd34b3 commit aa11e73
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 @@ -7,7 +7,7 @@ android:
- tools

# The BuildTools version used by your project
- build-tools-23.0.1
- build-tools-23.0.2

# The SDK version used to compile your project
- android-23
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion "23.0.1"
buildToolsVersion '23.0.2'
defaultConfig {
applicationId "com.tneciv.zhihudaily"
minSdkVersion 16
Expand Down

0 comments on commit aa11e73

Please sign in to comment.