Skip to content

Commit

Permalink
upgrade buildToolVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
lsjwzh committed May 27, 2014
1 parent 36cb5fc commit 1cf7434
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'android-library'

android {
compileSdkVersion 19
buildToolsVersion '19.0.0'
buildToolsVersion '19.0.3'

sourceSets {
main {
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {

android {
compileSdkVersion 19
buildToolsVersion '19.0.0'
buildToolsVersion '19.0.3'

sourceSets {
main {
Expand Down

0 comments on commit 1cf7434

Please sign in to comment.