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 006e9af434
commit 2cc6336bdc

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