Merge pull request #464 from jca02266/master
Should match the buildToolsVersion with other build.gradle
This commit is contained in:
commit
16df038157
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ apply plugin: 'android-library'
|
|||
|
||||
android {
|
||||
compileSdkVersion 17
|
||||
buildToolsVersion '19.0.1'
|
||||
buildToolsVersion '19.0.3'
|
||||
|
||||
// NOTE: We are using the old folder structure to also support Eclipse
|
||||
sourceSets {
|
||||
|
|
Loading…
Reference in a new issue