Should match the buildToolsVersion with other build.gradle

This commit is contained in:
Koji Arai 2014-04-05 12:57:28 +09:00
parent 16ec0337d1
commit 929a61c035
1 changed files with 1 additions and 1 deletions

View File

@ -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 {