Upgraded build tools to 21.0.2 (fixes a compile bug)

This commit is contained in:
str4d
2014-10-30 23:14:51 +00:00
parent ff0d4f1d67
commit a1401e8f37

View File

@ -3,7 +3,7 @@ apply plugin: 'witness'
android {
compileSdkVersion 21
buildToolsVersion '21.0.0'
buildToolsVersion '21.0.2'
defaultConfig {
minSdkVersion 9
targetSdkVersion 21